bkruse: branch asterisknow r1744 - in /branches/asterisknow: ./ config/ confi...

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Thu Oct 25 14:00:30 CDT 2007


Author: bkruse
Date: Thu Oct 25 14:00:30 2007
New Revision: 1744

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1744
Log:
Merged revisions 1742 via svnmerge from 
https://origsvn.digium.com/svn/asterisk-gui/branches/1.4

........
r1742 | bkruse | 2007-10-25 13:58:10 -0500 (Thu, 25 Oct 2007) | 2 lines

Taking some beta strings out

........

Modified:
    branches/asterisknow/   (props changed)
    branches/asterisknow/config/digital.html
    branches/asterisknow/config/home.html
    branches/asterisknow/config/scripts/astman.js

Propchange: branches/asterisknow/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: branches/asterisknow/config/digital.html
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/digital.html?view=diff&rev=1744&r1=1743&r2=1744
==============================================================================
--- branches/asterisknow/config/digital.html (original)
+++ branches/asterisknow/config/digital.html Thu Oct 25 14:00:30 2007
@@ -591,7 +591,7 @@
 <body onload="localajaxinit()" onunload="resetmainscreen()"  bgcolor="#EFEFEF">
 
 <div style="font-size : 12px; padding : 4px 6px 4px 6px; border-style : solid none solid none; border-top-color : #BDC7E7; border-bottom-color : #182052; border-width : 1px 0px 1px 0px; background-color : #ef8700; color : #ffffff;">
-	<span style="margin-left: 4px;font-weight:bold;">Digital Card Configuration Wizard (Beta)</span>
+	<span style="margin-left: 4px;font-weight:bold;">Digital Card Configuration Wizard</span>
 	<span style="cursor: pointer; cursor: hand;" onclick="window.location.href=window.location.href;" >&nbsp;<img src="images/refresh.png" title=" Refresh " border=0 >&nbsp;</span>
 </div>
 

Modified: branches/asterisknow/config/home.html
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/home.html?view=diff&rev=1744&r1=1743&r2=1744
==============================================================================
--- branches/asterisknow/config/home.html (original)
+++ branches/asterisknow/config/home.html Thu Oct 25 14:00:30 2007
@@ -38,7 +38,7 @@
 
 function localinit() {
 	showdiv_statusmessage();
-	top.document.title = "Asterisk GUI (Beta) -- Home";
+	top.document.title = "Asterisk GUI -- Home";
 	var tmp;
 	var opt = {
 		method: 'get',

Modified: branches/asterisknow/config/scripts/astman.js
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/scripts/astman.js?view=diff&rev=1744&r1=1743&r2=1744
==============================================================================
--- branches/asterisknow/config/scripts/astman.js (original)
+++ branches/asterisknow/config/scripts/astman.js Thu Oct 25 14:00:30 2007
@@ -21,7 +21,7 @@
 
 var sc_displaytime = 1000;
 var asterisk_guipingerror = "Message: Authentication Required";
-var asterisk_guiappname =  "Asterisk GUI (Beta)";
+var asterisk_guiappname =  "Asterisk GUI";
 var asterisk_guitools = "asterisk_guitools";
 var asterisk_guitoolsversion = "0.7";
 var asterisk_guiversion = "$Revision$";




More information about the asterisk-gui-commits mailing list