pari: trunk r1663 - /trunk/config/digital.html

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Tue Oct 9 16:49:48 CDT 2007


Author: pari
Date: Tue Oct  9 16:49:47 2007
New Revision: 1663

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1663
Log:
update edit fields acccording to lbo and syncsrc properties of SPANS object

Modified:
    trunk/config/digital.html

Modified: trunk/config/digital.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/digital.html?view=diff&rev=1663&r1=1662&r2=1663
==============================================================================
--- trunk/config/digital.html (original)
+++ trunk/config/digital.html Tue Oct  9 16:49:47 2007
@@ -101,7 +101,8 @@
 		_$('editspan_switchtype').selectedIndex = -1 ;
 	}
 	// _$('editspan_loadzone')
-
+	ASTGUI.selectbox.selectOption( _$('editspan_syncsrc') , SPANS[l]['syncsrc'] );
+	ASTGUI.selectbox.selectOption( _$('editspan_lbo') , SPANS[l]['lbo'] );
 	_$('edit_span').style.display = "";
 	_$('bg_transparent').style.display = "";
 




More information about the asterisk-gui-commits mailing list