pari: trunk r1273 - in /trunk/config: home.html scripts/tooltip.js

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Mon Jul 30 10:22:38 CDT 2007


Author: pari
Date: Mon Jul 30 10:22:38 2007
New Revision: 1273

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1273
Log:
Minor typos

Modified:
    trunk/config/home.html
    trunk/config/scripts/tooltip.js

Modified: trunk/config/home.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/home.html?view=diff&rev=1273&r1=1272&r2=1273
==============================================================================
--- trunk/config/home.html (original)
+++ trunk/config/home.html Mon Jul 30 10:22:38 2007
@@ -193,7 +193,7 @@
 </script>
 <body id="foo" onload="localinit()" topmargin=0  bgcolor="EFEFEF">
 <div class="mainscreenTitleBar">
-	<span style="margin-left: 4px;font-weight:bold">Welcome to the Asterisk Configuration Panel</span>
+	<span style="margin-left: 4px;font-weight:bold">Welcome to the Asterisk&trade; Configuration Panel</span>
 </div>
 <div class="mainscreenContentBox" id="mailboxcontent">
 <table class="mainscreenTable" width="100%">

Modified: trunk/config/scripts/tooltip.js
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/scripts/tooltip.js?view=diff&rev=1273&r1=1272&r2=1273
==============================================================================
--- trunk/config/scripts/tooltip.js (original)
+++ trunk/config/scripts/tooltip.js Mon Jul 30 10:22:38 2007
@@ -89,7 +89,7 @@
 	tooltips['queues'].en[3] = "<B>Agents:</B> This selection shows all Users defined as Agents in their User conf.  Checking a User here makes them a member of the current Queue.";
 	tooltips['queues'].en[4] = "<B>Advanced:</B> Advanced Queue Configuration Options";
 	tooltips['queues'].en[5] = "<B>Timeout:</B> This option defines the time in seconds that an Agent's phone rings before the next Agent is rung, i.e. \"15\" ";
-	tooltips['queues'].en[6] = "<B>Wrapup Time:</B> After a successful call, time time in seconds that an Agent remains free before another call is sent to them. Default is 0, which is No Delay.";
+	tooltips['queues'].en[6] = "<B>Wrapup Time:</B> After a successful call, time in seconds that an Agent remains free before another call is sent to them. Default is 0, which is No Delay.";
 	tooltips['queues'].en[7] = "<B>AutoFill</B> Defining this option causes the Queue, when multiple calls are in it at the same time, to push them to Agents simultaneously.  Thus, instead of completing one call to an Agent at a time, the Queue will complete as many calls simultaneously to the available Agents.";
 	tooltips['queues'].en[8] = "<B> AutoPause:</B> Enabling this option pauses an Agent if they fail to answer a call.";
 	tooltips['queues'].en[9] = "<B> MaxLen:</B> This option sets the maximum number of callers that may wait in a Queue. Default is 0, Unlimited.";




More information about the asterisk-gui-commits mailing list