pari: trunk r288 - in /trunk/config: setup/4.html trunks.html
    asterisk-gui-commits at lists.digium.com 
    asterisk-gui-commits at lists.digium.com
       
    Tue Jan 23 14:34:24 MST 2007
    
    
  
Author: pari
Date: Tue Jan 23 15:34:23 2007
New Revision: 288
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=288
Log:
Bug Fix: 'New Entry' is being listed in List of Service providers after firest cancel, adding a service provider
Modified:
    trunk/config/setup/4.html
    trunk/config/trunks.html
Modified: trunk/config/setup/4.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/setup/4.html?view=diff&rev=288&r1=287&r2=288
==============================================================================
--- trunk/config/setup/4.html (original)
+++ trunk/config/setup/4.html Tue Jan 23 15:34:23 2007
@@ -542,6 +542,7 @@
 
 	$('table_one').style.display="";	
 	for(i=0; i< $('devices').length; i++){
+		if($('devices').options[i].text != "New Entry")
 		addrow_totable($('devices').options[i].text, $('devices').options[i].value);
 	}
 
Modified: trunk/config/trunks.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/trunks.html?view=diff&rev=288&r1=287&r2=288
==============================================================================
--- trunk/config/trunks.html (original)
+++ trunk/config/trunks.html Tue Jan 23 15:34:23 2007
@@ -515,6 +515,7 @@
 
 	$('table_one').style.display="";	
 	for(i=0; i< $('devices').length; i++){
+		if($('devices').options[i].text != "New Entry")
 		addrow_totable($('devices').options[i].text, $('devices').options[i].value);
 	}
 
    
    
More information about the asterisk-gui-commits
mailing list