pari: trunk r184 - in /trunk/config: ./ scripts/ setup/
asterisk-gui-commits at lists.digium.com
asterisk-gui-commits at lists.digium.com
Wed Dec 20 09:05:39 MST 2006
Author: pari
Date: Wed Dec 20 10:05:37 2006
New Revision: 184
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=184
Log:
minor text changes .. no feature or bug fixes in this commit
Modified:
trunk/config/cfgadvanced.html
trunk/config/cfgappliance.html
trunk/config/cfgbasic.html
trunk/config/homeapp.html
trunk/config/scripts/tooltip.js
trunk/config/setup/install.html
Modified: trunk/config/cfgadvanced.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/cfgadvanced.html?view=diff&rev=184&r1=183&r2=184
==============================================================================
--- trunk/config/cfgadvanced.html (original)
+++ trunk/config/cfgadvanced.html Wed Dec 20 10:05:37 2006
@@ -187,6 +187,11 @@
opt2.parameters ="action=logoff";
var tmp2 = new Ajax.Request("../../rawman", opt2);
}
+
+ function system_link(){
+ var newwindow_href = location.protocol + '//' + location.hostname + ':8003';
+ window.open(newwindow_href ,'mainwindow','width=1024,height=768,resizable=no, scrollbars=no, toolbar=no, location=no,status=yes, menubar=no')
+ }
</script>
<head>
<title>Asterisk Configuration GUI</title>
@@ -195,7 +200,9 @@
<body onload="javascript:registerajax()" topmargin=1>
<table border="0" align="center" cellspacing="0" cellpadding="0" bgcolor="#dddddd" width=950 height=570>
<tr height=47><td valign="bottom" align='right' bgcolor='white' height=47><img align='left' src="images/digiumlogo.gif" align="left"></td>
- <td valign='bottom' align='right' bgcolor='white' colspan=2><a target='_extern' href="http://www.digium.com/en/company/profile/">About Digium</a> | <a href="#">Help</a>
+ <td valign='bottom' align='right' bgcolor='white' colspan=2>
+ <!-- <a href="#" onclick=" system_link()">System Configuration</a> | -->
+ <a target='_extern' href="http://www.digium.com/en/company/profile/">About Digium</a> | <a href="#">Help</a>
<input type="hidden" id="login_name">
</td>
</tr>
@@ -232,7 +239,7 @@
</td>
</tr>
<tr><td colspan="3" align=center height=18>
- <div id="status" class="statusbar">Copyright ©2006 Digium, Inc. Digium® and Asterisk® are registered <a href="http://www.digium.com/en/company/profile/trademarkpolicy.php">trademarks</a> of Digium, Inc. All Rights Reserved. <i><a href="#">Legal Information</a></i></div>
+ <div id="status" class="statusbar">Copyright ©2006-2007 Digium, Inc. Digium® and Asterisk® are registered <a href="http://www.digium.com/en/company/profile/trademarkpolicy.php">trademarks</a> of Digium, Inc. All Rights Reserved. <i><a href="#">Legal Information</a></i></div>
</td>
</tr>
</table>
Modified: trunk/config/cfgappliance.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/cfgappliance.html?view=diff&rev=184&r1=183&r2=184
==============================================================================
--- trunk/config/cfgappliance.html (original)
+++ trunk/config/cfgappliance.html Wed Dec 20 10:05:37 2006
@@ -224,7 +224,7 @@
</td>
</tr>
<tr><td colspan="3" align=center height=18>
- <div id="status" class="statusbar">Copyright ©2006 Digium, Inc. Digium® and Asterisk® are registered <a href="http://www.digium.com/en/company/profile/trademarkpolicy.php">trademarks</a> of Digium, Inc. All Rights Reserved. <i><a href="#">Legal Information</a></i></div>
+ <div id="status" class="statusbar">Copyright ©2006-2007 Digium, Inc. Digium® and Asterisk® are registered <a href="http://www.digium.com/en/company/profile/trademarkpolicy.php">trademarks</a> of Digium, Inc. All Rights Reserved. <i><a href="#">Legal Information</a></i></div>
</td>
</tr>
</table>
Modified: trunk/config/cfgbasic.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/cfgbasic.html?view=diff&rev=184&r1=183&r2=184
==============================================================================
--- trunk/config/cfgbasic.html (original)
+++ trunk/config/cfgbasic.html Wed Dec 20 10:05:37 2006
@@ -188,6 +188,11 @@
var tmp2 = new Ajax.Request("../../rawman", opt2);
}
+ function system_link(){
+ var newwindow_href = location.protocol + '//' + location.hostname + ':8003';
+ window.open(newwindow_href ,'mainwindow','width=1024,height=768,resizable=no, scrollbars=no, toolbar=no, location=no,status=yes, menubar=no')
+ }
+
</script>
<head>
<title>Asterisk Configuration GUI</title>
@@ -197,6 +202,7 @@
<table border="0" align="center" cellspacing="0" cellpadding="0" bgcolor="#dddddd" width=950 height=570>
<tr height=47><td valign="bottom" align='right' bgcolor='white' height=47><img align='left' src="images/digiumlogo.gif" align="left"></td>
<td valign='bottom' align='right' bgcolor='white' colspan=2>
+ <!-- <a href="#" onclick=" system_link()">System Configuration</a> | -->
<a target='_extern' href="http://www.digium.com/en/company/profile/">About Digium</a> | <a href="#">Help</a>
<input type="hidden" id="login_name">
</td>
@@ -234,7 +240,7 @@
</td>
</tr>
<tr><td colspan="3" align=center height=18>
- <div id="status" class="statusbar">Copyright ©2006 Digium, Inc. Digium® and Asterisk® are registered <a href="http://www.digium.com/en/company/profile/trademarkpolicy.php">trademarks</a> of Digium, Inc. All Rights Reserved. <i><a href="#">Legal Information</a></i></div>
+ <div id="status" class="statusbar">Copyright ©2006-2007 Digium, Inc. Digium® and Asterisk® are registered <a href="http://www.digium.com/en/company/profile/trademarkpolicy.php">trademarks</a> of Digium, Inc. All Rights Reserved. <i><a href="#">Legal Information</a></i></div>
</td>
</tr>
</table>
Modified: trunk/config/homeapp.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/homeapp.html?view=diff&rev=184&r1=183&r2=184
==============================================================================
--- trunk/config/homeapp.html (original)
+++ trunk/config/homeapp.html Wed Dec 20 10:05:37 2006
@@ -126,7 +126,7 @@
}
if( $('secret').value == "" ){
- alert("Please enter a Secret");
+ alert("Please enter a password");
$('secret').focus();
return true;
}
Modified: trunk/config/scripts/tooltip.js
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/scripts/tooltip.js?view=diff&rev=184&r1=183&r2=184
==============================================================================
--- trunk/config/scripts/tooltip.js (original)
+++ trunk/config/scripts/tooltip.js Wed Dec 20 10:05:37 2006
@@ -191,7 +191,7 @@
// Tooltips for Service Providers (trunks)
tooltips['trunks']= new Object;
tooltips['trunks'].en = new Array;
- tooltips['trunks'].en[0] = "<B>Analog/Voip Trunks:</B> Analog lines attached to analog interfaces of the PBX where as a Voice over IP (VoIP) connection provided by an Internet Telephony Service Provide (ITSP).";
+ tooltips['trunks'].en[0] = "<B>Analog/Voip Trunks:</B> Analog lines are attached to analog interfaces of the PBX using FXO cards. Voice over IP (VoIP) connections are provided by an Internet Telephony Service Provider (ITSP).";
tooltips['trunks'].en[1] = "<B>Provider:</B> Please select provider of your voice transport service.";
tooltips['trunks'].en[2] = "<B>Lines:</B> Individual lines of the PBX Ex: Analog Port #3: The third analog port of the PBX.";
tooltips['trunks'].en[3] = "<B>Username:</B> The username for your account with the provider - please contact your provider if you do not know it.";
Modified: trunk/config/setup/install.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/setup/install.html?view=diff&rev=184&r1=183&r2=184
==============================================================================
--- trunk/config/setup/install.html (original)
+++ trunk/config/setup/install.html Wed Dec 20 10:05:37 2006
@@ -58,6 +58,6 @@
</TD>
</TR>
</TABLE>
-<div id="copyright">Copyright ©2006 Digium, Inc. Digium® and Asterisk® are registered <a href="http://www.digium.com/trademarks">trademarks</a> of Digium, Inc. All Rights Reserved. <i><a href="http://www.digium.com/gui_legal">Legal Information</a></i></div>
+<div id="copyright">Copyright ©2006-2007 Digium, Inc. Digium® and Asterisk® are registered <a href="http://www.digium.com/trademarks">trademarks</a> of Digium, Inc. All Rights Reserved. <i><a href="http://www.digium.com/gui_legal">Legal Information</a></i></div>
</body>
</html>
More information about the asterisk-gui-commits
mailing list