rbrindley: branch 2.0 r4776 - /branches/2.0/config/reboot.html

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Tue May 5 15:02:41 CDT 2009


Author: rbrindley
Date: Tue May  5 15:02:38 2009
New Revision: 4776

URL: http://svn.asterisk.org/svn-view/asterisk-gui?view=rev&rev=4776
Log:

- changed text to say 'Asterisk' instead of 'Appliance'


Modified:
    branches/2.0/config/reboot.html

Modified: branches/2.0/config/reboot.html
URL: http://svn.asterisk.org/svn-view/asterisk-gui/branches/2.0/config/reboot.html?view=diff&rev=4776&r1=4775&r2=4776
==============================================================================
--- branches/2.0/config/reboot.html (original)
+++ branches/2.0/config/reboot.html Tue May  5 15:02:38 2009
@@ -1,7 +1,7 @@
 <!--
  * Asterisk-GUI	- an Asterisk configuration interface
  *
- * Reboot appliance
+ * Reboot Asterisk
  *
  * Copyright (C) 2008, Digium, Inc.
  *
@@ -28,7 +28,7 @@
 <script>
 
 var localajaxinit = function(){
-	top.document.title = "Reboot Appliance" ;
+	top.document.title = "Reboot Asterisk" ;
 	var t = [
 		{url:'preferences.html', desc:'General Preferences' } ,
 		{url:'language.html', desc:'Language' } ,
@@ -45,7 +45,7 @@
 </script>
 <body bgcolor="EFEFEF">
 	<div class="iframeTitleBar">
-		Reboot Appliance 
+		Reboot Asterisk 
 		<span class='refresh_icon' onclick="window.location.reload();" >&nbsp;<img src="images/refresh.png" title=" Refresh " border=0 >&nbsp;</span>
 	</div>
 	<center><div id="tabbedMenu"></div></center>




More information about the asterisk-gui-commits mailing list