pari: branch asterisknow r332 - in /branches/asterisknow/config: ./ setup/

asterisk-gui-commits at lists.digium.com asterisk-gui-commits at lists.digium.com
Mon Feb 12 11:38:46 MST 2007


Author: pari
Date: Mon Feb 12 12:38:45 2007
New Revision: 332

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=332
Log:
Fix for http://bugs.digium.com/view.php?id=9038

Modified:
    branches/asterisknow/config/home.html
    branches/asterisknow/config/setup/10.html

Modified: branches/asterisknow/config/home.html
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/home.html?view=diff&rev=332&r1=331&r2=332
==============================================================================
--- branches/asterisknow/config/home.html (original)
+++ branches/asterisknow/config/home.html Mon Feb 12 12:38:45 2007
@@ -51,7 +51,7 @@
 			localloggedon = 1;
 			parent.document.getElementById('logoutlink').innerHTML = "Logout";
 			parent.document.getElementById('logoutlink').onclick = parent.Logoff ;
-			alert("You are using the default password provided by AsteriskNOW !! \n\n It is strongly recommended that you chnage your default password ");
+			alert("You are using the default password provided by AsteriskNOW !! \n\n It is strongly recommended that you change your default password ");
 			window.location.href="options.html";
 			return;
 		}

Modified: branches/asterisknow/config/setup/10.html
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/setup/10.html?view=diff&rev=332&r1=331&r2=332
==============================================================================
--- branches/asterisknow/config/setup/10.html (original)
+++ branches/asterisknow/config/setup/10.html Mon Feb 12 12:38:45 2007
@@ -47,7 +47,7 @@
 						$('registration').style.display='none';
 						$('usermessage').innerHTML = "You have been registered succesfully !! ";
 					}else{
-						$('registration').style.display='';
+							parent.astmanEngine.run_tool("/bin/touch /etc/asterisk/"+custinfo_filename ,	function(){	 $('registration').style.display='';} );				
 					}
 			}
 }



More information about the asterisk-gui-commits mailing list