pari: trunk r300 - in /trunk/config: incoming.html menus.html
	options.html
    asterisk-gui-commits at lists.digium.com 
    asterisk-gui-commits at lists.digium.com
       
    Tue Jan 30 09:20:32 MST 2007
    
    
  
Author: pari
Date: Tue Jan 30 10:20:31 2007
New Revision: 300
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=300
Log:
Making sure the iframe content is shown after everything is loaded
Modified:
    trunk/config/incoming.html
    trunk/config/menus.html
    trunk/config/options.html
Modified: trunk/config/incoming.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/incoming.html?view=diff&rev=300&r1=299&r2=300
==============================================================================
--- trunk/config/incoming.html (original)
+++ trunk/config/incoming.html Tue Jan 30 10:20:31 2007
@@ -108,9 +108,9 @@
 			b.add(a); 
 		  }
 	}
-	parent.loadscreen(this);
 	// load the object didtrunks into the table callingRulesTable
 	refreshtable();
+	parent.loadscreen(this);
 }
 
 numplan_callbacks.eachline = true;
Modified: trunk/config/menus.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/menus.html?view=diff&rev=300&r1=299&r2=300
==============================================================================
--- trunk/config/menus.html (original)
+++ trunk/config/menus.html Tue Jan 30 10:20:31 2007
@@ -849,6 +849,7 @@
 			}
 			load_extensions('add_newstep_extensions');
 			load_menus('add_newstep_menus');
+			parent.loadscreen(this);
 }
 
 menuscallbacks.identifier = "extension";
@@ -934,7 +935,7 @@
 			widgets[fieldnames[x]] = $(fieldnames[x]);
 			widgets[fieldnames[x]].disabled = true;
 		}
-		parent.loadscreen(this);
+		//parent.loadscreen(this);
 		parent.astmanEngine.config2list("extensions.conf", $('extensions'), new Array(), extencallbacks);
 }
 
Modified: trunk/config/options.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/options.html?view=diff&rev=300&r1=299&r2=300
==============================================================================
--- trunk/config/options.html (original)
+++ trunk/config/options.html Tue Jan 30 10:20:31 2007
@@ -184,10 +184,10 @@
 managerconf_callbacks.loaded = function() {
 	$('hiddenfield2').selectitem(0);
 	$('message_text').innerHTML = " Saving Changes ... ";
-	parent.loadscreen(this);
 	default_bindaddress = $('bindaddr').value; default_port = $('bindport').value ; default_httptimeout = $('httptimeout').value;
 	$('save').disabled=true;
 	$('cancel').disabled=true;
+	parent.loadscreen(this);
 }
 
 httpconf_callbacks.format = function(t) {
    
    
More information about the asterisk-gui-commits
mailing list