Author: bkruse
Date: Mon Sep 17 14:59:24 2007
New Revision: 1612
URL: http://svn.digium.com/view/asterisk-gui?view=rev&am
p;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: h
ttp://svn.digium.com/view/asterisk-gui/trunk/config/trunks.h
tml?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) {
_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.c
om--
asterisk-gui-commits mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-g
ui-commits
|