bkruse: trunk r1612 - in /trunk: ./ config/trunks.html

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Mon Sep 17 14:59:24 CDT 2007


Author: bkruse
Date: Mon Sep 17 14:59:24 2007
New Revision: 1612

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1612
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:
    trunk/   (props changed)
    trunk/config/trunks.html

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/config/trunks.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/trunks.html?view=diff&rev=1612&r1=1611&r2=1612
==============================================================================
--- trunk/config/trunks.html (original)
+++ trunk/config/trunks.html Mon Sep 17 14:59:24 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