pari: trunk r140 - in /trunk/config: backup.html scripts/astman.js sysinfo.html

asterisk-gui-commits at lists.digium.com asterisk-gui-commits at lists.digium.com
Thu Nov 30 21:49:10 MST 2006


Author: pari
Date: Thu Nov 30 22:49:09 2006
New Revision: 140

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=140
Log:
Added two global variables to astman.js, asterisk_guiversion (to display in system info)  and var asterisk_guitoolsversion to be used by install wizard 

Modified:
    trunk/config/backup.html
    trunk/config/scripts/astman.js
    trunk/config/sysinfo.html

Modified: trunk/config/backup.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/backup.html?view=diff&rev=140&r1=139&r2=140
==============================================================================
--- trunk/config/backup.html (original)
+++ trunk/config/backup.html Thu Nov 30 22:49:09 2006
@@ -106,13 +106,16 @@
 	<tr>
 		<td valign="top" align="center">
 			<BR><BR>
-			<A href="#" onclick="download_bkp()"><font size="+1">Download a Configuration backup</font></A>	
+			<Input type="button" onclick="download_bkp()" value="Download a Configuration backup">	
 		</td>
 	</tr>
 	<tr>
 		<td valign="top" align="center">
 			<BR><BR>
-			Note: Restoring a configuration backup will be added soon to this section !
+			<font size="-1">
+			Note: Restoring a configuration backup will be added soon to this section !<BR>
+			Work in Progress
+			</font>
 		</td>
 	</tr>
 </table>

Modified: trunk/config/scripts/astman.js
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/scripts/astman.js?view=diff&rev=140&r1=139&r2=140
==============================================================================
--- trunk/config/scripts/astman.js (original)
+++ trunk/config/scripts/astman.js Thu Nov 30 22:49:09 2006
@@ -21,6 +21,8 @@
 
  var sc_displaytime = 1000;
  var asterisk_guitools = "asterisk_guitools";
+ var asterisk_guitoolsversion = "0.7";
+ var asterisk_guiversion = "0.7.140";
 
 function showdiv_statusmessage(){
 		document.write ("<div ID=\"status_message\"  STYLE=\"display:none; position: absolute; left: 170; top: 190; width:350; height:115;  background-color:#F4EFE5;   border-width: 1px; border-color: #7E5538; border-style: solid;\">");

Modified: trunk/config/sysinfo.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/sysinfo.html?view=diff&rev=140&r1=139&r2=140
==============================================================================
--- trunk/config/sysinfo.html (original)
+++ trunk/config/sysinfo.html Thu Nov 30 22:49:09 2006
@@ -41,7 +41,7 @@
 		}else if ( t.name == 'asterisk' && x==undefined ){	 				// if is a category
 			return t.name;
 		}else if( t.name == 'asterisk' ){	 // if is a subcategory
-			$('asterisk').innerHTML =  t.fields[x] ; 
+			$('asterisk').innerHTML =  t.fields[x] +"<BR>" + "Asterisk GUI-version "+ asterisk_guiversion ; 
 		}else if ( t.name == 'today' && x==undefined ){	 				// if is a category
 			return t.name;
 		}else if( t.name == 'today' ){	 // if is a subcategory



More information about the asterisk-gui-commits mailing list