bkruse: trunk r1466 - in /trunk: ./ config/trunks.html
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Tue Aug 28 15:59:20 CDT 2007
Author: bkruse
Date: Tue Aug 28 15:59:19 2007
New Revision: 1466
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1466
Log:
Merged revisions 1465 via svnmerge from
https://origsvn.digium.com/svn/asterisk-gui/branches/1.4
........
r1465 | bkruse | 2007-08-28 15:58:03 -0500 (Tue, 28 Aug 2007) | 6 lines
Changes that Siya mentioned. Now the gui will also
disable the digitaltrunk box when your are editing
a trunk, and its not a new trunk.
Also makes sure that the onclick event does not
get fired out when its disabled.
........
Modified:
trunk/ (props changed)
trunk/config/trunks.html
Propchange: trunk/
------------------------------------------------------------------------------
--- branch-1.4-merged (original)
+++ branch-1.4-merged Tue Aug 28 15:59:19 2007
@@ -1,1 +1,1 @@
-/branches/1.4:1-1291,1293,1298-1300,1326,1332,1336-1338,1342,1346,1349,1356,1359,1362,1381,1384,1395,1399,1402,1413,1416,1426,1432,1435,1439,1442,1455,1458
+/branches/1.4:1-1291,1293,1298-1300,1326,1332,1336-1338,1342,1346,1349,1356,1359,1362,1381,1384,1395,1399,1402,1413,1416,1426,1432,1435,1439,1442,1455,1458,1465
Modified: trunk/config/trunks.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/trunks.html?view=diff&rev=1466&r1=1465&r2=1466
==============================================================================
--- trunk/config/trunks.html (original)
+++ trunk/config/trunks.html Tue Aug 28 15:59:19 2007
@@ -579,6 +579,9 @@
var _trunkstylecustomvoip = _$('trunkstylecustomvoip');
_trunkstylecustomvoip.onclick = null;
+
+ var _trunkstyledigital = _$('trunkstyledigital');
+ _trunkstyledigital.onclick = null;
ASTGUI.events.add( _$('custom_trunkname') , 'change' , function(){
_$('name').value = _$('custom_trunkname').value;
@@ -960,6 +963,7 @@
_$('trunkstyleanalog').disabled = true;
_$('trunkstylevoip').disabled = true;
_$('trunkstylecustomvoip').disabled = true;
+ _$('trunkstyledigital').disabled = true;
_$('provider').disabled = true;
}
}
More information about the asterisk-gui-commits
mailing list