bkruse: branch asterisknow r1613 - in /branches/asterisknow: ./ config/

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Mon Sep 17 15:00:26 CDT 2007


Author: bkruse
Date: Mon Sep 17 15:00:25 2007
New Revision: 1613

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1613
Log:
Merged revisions 1611 via svnmerge from 
https://origsvn.digium.com/svn/asterisk-gui/branches/1.4

........
r1611 | bkruse | 2007-09-17 14:58:21 -0500 (Mon, 17 Sep 2007) | 1 line

do not display the digital container if other buttons are checked, quick fix.
........

Modified:
    branches/asterisknow/   (props changed)
    branches/asterisknow/config/trunks.html

Propchange: branches/asterisknow/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: branches/asterisknow/config/trunks.html
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/trunks.html?view=diff&rev=1613&r1=1612&r2=1613
==============================================================================
--- branches/asterisknow/config/trunks.html (original)
+++ branches/asterisknow/config/trunks.html Mon Sep 17 15:00:25 2007
@@ -508,6 +508,7 @@
 	_$('analog').style.display="none";
 	_$('voip').style.display="none";
 	_$('customvoip').style.display="none";
+	_$('digital').style.display="none";
 	_$('userscontent_title').innerHTML = "Add Service Provider";
 	isnewtrunk = 1;
 
@@ -589,6 +590,7 @@
 	_zcal.innerHTML ="";
 	_$('customvoip').style.display = "none" ;
 	_$('voip').style.display= "none";
+	_$('digital').style.display="none";
 	var disablestring;
 
 	if (_$('trunkstyleanalog').checked) {




More information about the asterisk-gui-commits mailing list