bkruse: branch 1.4 r1611 - /branches/1.4/config/trunks.html
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Mon Sep 17 14:58:22 CDT 2007
Author: bkruse
Date: Mon Sep 17 14:58:21 2007
New Revision: 1611
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1611
Log:
do not display the digital container if other buttons are checked, quick fix.
Modified:
branches/1.4/config/trunks.html
Modified: branches/1.4/config/trunks.html
URL: http://svn.digium.com/view/asterisk-gui/branches/1.4/config/trunks.html?view=diff&rev=1611&r1=1610&r2=1611
==============================================================================
--- branches/1.4/config/trunks.html (original)
+++ branches/1.4/config/trunks.html Mon Sep 17 14:58:21 2007
@@ -436,6 +436,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;
@@ -514,6 +515,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