pari: trunk r95 - in /trunk/config: ./ scripts/ stylesheets/
asterisk-gui-commits at lists.digium.com
asterisk-gui-commits at lists.digium.com
Tue Oct 31 13:28:05 MST 2006
Author: pari
Date: Tue Oct 31 14:28:05 2006
New Revision: 95
URL: http://svn.digium.com/view/asterisk-gui?rev=95&view=rev
Log:
Cursors
Modified:
trunk/config/backup.html
trunk/config/cfgadvanced.html
trunk/config/cfgappliance.html
trunk/config/cfgbasic.html
trunk/config/meetme.html
trunk/config/numberplan.html
trunk/config/queues.html
trunk/config/scripts/tooltip.js
trunk/config/stylesheets/rico.css
trunk/config/stylesheets/schwing.css
trunk/config/users.html
trunk/config/voicemail.html
Modified: trunk/config/backup.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/backup.html?rev=95&r1=94&r2=95&view=diff
==============================================================================
--- trunk/config/backup.html (original)
+++ trunk/config/backup.html Tue Oct 31 14:28:05 2006
@@ -18,7 +18,6 @@
* at the top of the source tree.
*
-->
-
<script src="scripts/prototype.js"></script>
<script src="scripts/rico.js"></script>
<script src="scripts/astman.js"></script>
@@ -26,7 +25,7 @@
<link href="stylesheets/schwing.css" media="all" rel="Stylesheet" type="text/css" />
<script>
var backups_callbacks = new Object;
-var bkp_path = "/var/lib/asterisk/static-http/config_expie/bkps/";
+var bkp_path = "/var/lib/asterisk/static-http/config/bkps/";
function save_bkpfilename( newbkp_name ){
Modified: trunk/config/cfgadvanced.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/cfgadvanced.html?rev=95&r1=94&r2=95&view=diff
==============================================================================
--- trunk/config/cfgadvanced.html (original)
+++ trunk/config/cfgadvanced.html Tue Oct 31 14:28:05 2006
@@ -219,7 +219,7 @@
<iframe width="540" height="505" frameborder="0" border="0" marginheight="0" marginwidth="0" src="home.html" id="mainscreen" style="position:absolute;top:48px;" SCROLLING=no></iframe>
</td>
<td valign=top width=250 height="505">
- <div id="logoutlink" class="mainscreenTooltipBar" align=right style="font-weight:bold"> </div>
+ <div id="logoutlink" class="mainscreenTooltipBar" align=right style="font-weight:bold;cursor: pointer; cursor: hand;"> </div>
<div style="margin-left: 4px;">
<BR>
<font style="margin-left:4px; font-family : Trebuchet MS, Arial, Helvetica, sans-serif;font-size: 11px; font-weight: bold">Tooltips:</font>
Modified: trunk/config/cfgappliance.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/cfgappliance.html?rev=95&r1=94&r2=95&view=diff
==============================================================================
--- trunk/config/cfgappliance.html (original)
+++ trunk/config/cfgappliance.html Tue Oct 31 14:28:05 2006
@@ -211,7 +211,7 @@
<iframe width="540" height="505" frameborder="0" border="0" marginheight="0" marginwidth="0" src="homeapp.html" id="mainscreen" style="position:absolute;top:48px;" SCROLLING=no></iframe>
</td>
<td valign=top width=250 height="505">
- <div id="logoutlink" class="mainscreenTooltipBar" align=right style="font-weight:bold"> </div>
+ <div id="logoutlink" class="mainscreenTooltipBar" align=right style="font-weight:bold;cursor: pointer; cursor: hand;"> </div>
<div style="margin-left: 4px;">
<BR>
<font style="margin-left:4px; font-family : Trebuchet MS, Arial, Helvetica, sans-serif;font-size: 11px; font-weight: bold">Tooltips:</font>
Modified: trunk/config/cfgbasic.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/cfgbasic.html?rev=95&r1=94&r2=95&view=diff
==============================================================================
--- trunk/config/cfgbasic.html (original)
+++ trunk/config/cfgbasic.html Tue Oct 31 14:28:05 2006
@@ -217,7 +217,7 @@
<iframe width="540" height="505" frameborder="0" border="0" marginheight="0" marginwidth="0" src="home.html" id="mainscreen" style="position:absolute;top:48px;" SCROLLING=no></iframe>
</td>
<td valign=top width=250 height="505">
- <div id="logoutlink" class="mainscreenTooltipBar" align=right style="font-weight:bold"> </div>
+ <div id="logoutlink" class="mainscreenTooltipBar" align=right style="font-weight:bold;cursor: pointer; cursor: hand;"> </div>
<div style="margin-left: 4px;">
<BR>
<font style="margin-left:4px; font-family : Trebuchet MS, Arial, Helvetica, sans-serif;font-size: 11px; font-weight: bold">Tooltips:</font>
Modified: trunk/config/meetme.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/meetme.html?rev=95&r1=94&r2=95&view=diff
==============================================================================
--- trunk/config/meetme.html (original)
+++ trunk/config/meetme.html Tue Oct 31 14:28:05 2006
@@ -233,7 +233,7 @@
</table>
</td>
</tr>
- <tr onmouseover="show_tooltip('en', 'meetme', 6);"><td><img id="split" onClick="togglefeatures()" src="images/split-v.png"></td></tr>
+ <tr onmouseover="show_tooltip('en', 'meetme', 6);"><td style="cursor: pointer; cursor: hand;"><img id="split" onClick="togglefeatures()" src="images/split-v.png"></td></tr>
<tr><td><div style="background-image:url(images/slice-v.png)" id='advancedw'>
<table id='advancedi' align='center'>
<tr onmouseover="show_tooltip('en', 'meetme', 7);"><td class="field_text">Room Override:</td><td> <input size='5' id='room' pattern='^\d*$' class="input8"></td></tr>
@@ -245,7 +245,7 @@
</div>
</td>
</tr>
- <tr onmouseover="show_tooltip('en', 'meetme', 6);"><td><img onClick="togglefeatures()" src="images/adv-v.png"></td></tr>
+ <tr onmouseover="show_tooltip('en', 'meetme', 6);"><td style="cursor: pointer; cursor: hand;"><img onClick="togglefeatures()" src="images/adv-v.png"></td></tr>
</table>
</div>
</td>
Modified: trunk/config/numberplan.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/numberplan.html?rev=95&r1=94&r2=95&view=diff
==============================================================================
--- trunk/config/numberplan.html (original)
+++ trunk/config/numberplan.html Tue Oct 31 14:28:05 2006
@@ -505,7 +505,7 @@
</td>
</tr>
- <tr><td><img id="split" onClick="togglefeatures()" src="images/split-v.png"></td></tr>
+ <tr><td style="cursor: pointer; cursor: hand;"><img id="split" onClick="togglefeatures()" src="images/split-v.png"></td></tr>
<tr><td>
<div style="background-image:url(images/slice-v.png)" id='advancedw'>
<table id='advancedi' align='center'><tr><td>
@@ -518,7 +518,7 @@
</table>
</div>
</td></tr>
- <tr><td>
+ <tr><td style="cursor: pointer; cursor: hand;">
<img onClick="togglefeatures()" src="images/adv-v.png">
</td>
</tr>
Modified: trunk/config/queues.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/queues.html?rev=95&r1=94&r2=95&view=diff
==============================================================================
--- trunk/config/queues.html (original)
+++ trunk/config/queues.html Tue Oct 31 14:28:05 2006
@@ -386,7 +386,7 @@
</table>
</td>
</tr>
- <tr onmouseover="show_tooltip('en', 'queues', 4);"><td><img id="split" onClick="togglefeatures()" src="images/split-v.png"></td></tr>
+ <tr onmouseover="show_tooltip('en', 'queues', 4);"><td style="cursor: pointer; cursor: hand;"><img id="split" onClick="togglefeatures()" src="images/split-v.png"></td></tr>
<tr><td><div style="background-image:url(images/slice-v.png)" id='advancedw'>
<table id='advancedi' align='center'>
<tr onmouseover="show_tooltip('en', 'queues', 5);" ><td class="field_text">TimeOut:</td><td> <input size='2' id='timeout' pattern='^\d*$' class="input8"></td></tr>
@@ -401,7 +401,7 @@
</div>
</td>
</tr>
- <tr onmouseover="show_tooltip('en', 'queues', 4);"><td><img onClick="togglefeatures()" src="images/adv-v.png"></td></tr>
+ <tr onmouseover="show_tooltip('en', 'queues', 4);"><td style="cursor: pointer; cursor: hand;"><img onClick="togglefeatures()" src="images/adv-v.png"></td></tr>
</table>
</div>
</td>
Modified: trunk/config/scripts/tooltip.js
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/scripts/tooltip.js?rev=95&r1=94&r2=95&view=diff
==============================================================================
--- trunk/config/scripts/tooltip.js (original)
+++ trunk/config/scripts/tooltip.js Tue Oct 31 14:28:05 2006
@@ -70,7 +70,7 @@
tooltips['queues'].en[0] = "<B>Queue:</B> This option defines the numbered extension that may be dialed to reach this Queue.";
tooltips['queues'].en[1] = "<B>Full Name:</B> This option defines a name for this Queue, i.e. \"Sales\"";
- tooltips['queues'].en[2] = "<B>Strategy:</B>This option sets the Ringing Strategy for this Queue. The options are: <LI>RingAll - Ring All available Agents until one answers. <LI>RoundRobin - Take turns ringing each available Agent <LI>LeastRecent - Ring the Agent which was least recently called <LI>FewestCalls - Ring the Agent with the fewest completed calls <LI>Random - Ring a Random Agent <LI>RRmemory - RoundRobin with Memory, Rembers where it left off in the last ring pass";
+ tooltips['queues'].en[2] = "<B>Strategy:</B>This option sets the Ringing Strategy for this Queue. The options are:<OL><LI>RingAll - Ring All available Agents until one answers. <LI>RoundRobin - Take turns ringing each available Agent <LI>LeastRecent - Ring the Agent which was least recently called <LI>FewestCalls - Ring the Agent with the fewest completed calls <LI>Random - Ring a Random Agent <LI>RRmemory - RoundRobin with Memory, Rembers where it left off in the last ring pass</OL>";
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\" ";
Modified: trunk/config/stylesheets/rico.css
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/stylesheets/rico.css?rev=95&r1=94&r2=95&view=diff
==============================================================================
--- trunk/config/stylesheets/rico.css (original)
+++ trunk/config/stylesheets/rico.css Tue Oct 31 14:28:05 2006
@@ -43,6 +43,8 @@
border-bottom-color : #182052;
border-width : 1px 0px 1px 0px;
height : 16px;
+ cursor: pointer;
+ cursor: hand;
}
.accordionTabTitleBarHover {
@@ -56,6 +58,7 @@
border : 1px solid #1f669b;
border-top-width : 0px;
padding : 0px 8px 0px 8px;
+ cursor: default;
}
#accordionExample {
@@ -68,7 +71,7 @@
font-size : 11px;
}
-body,td,a,p,.h{font-family:arial,sans-serif,Helvetica,Trebuchet MS; font-size : 10px; }
+body,td,a,p,.h{font-family:arial,sans-serif,Helvetica,Trebuchet MS; font-size : 10px; cursor: default;}
a:visited, a:link, a:hover {
font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
Modified: trunk/config/stylesheets/schwing.css
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/stylesheets/schwing.css?rev=95&r1=94&r2=95&view=diff
==============================================================================
--- trunk/config/stylesheets/schwing.css (original)
+++ trunk/config/stylesheets/schwing.css Tue Oct 31 14:28:05 2006
@@ -93,6 +93,7 @@
.field_text{
font-size: 9pt;
+ cursor: help;
}
.buttonbold{
Modified: trunk/config/users.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/users.html?rev=95&r1=94&r2=95&view=diff
==============================================================================
--- trunk/config/users.html (original)
+++ trunk/config/users.html Tue Oct 31 14:28:05 2006
@@ -175,7 +175,7 @@
</table>
</td>
</tr>
- <tr><td><img id="split" onClick="togglefeatures()" src="images/split-v.png"></td></tr>
+ <tr><td style="cursor: pointer; cursor: hand;"><img id="split" onClick="togglefeatures()" src="images/split-v.png"></td></tr>
<tr><td align="center">
<div style="background-image:url(images/slice-v.png); height:1px" id='features'>
<table align='center' width='60%' cellpadding=0 cellspacing=0>
@@ -191,7 +191,7 @@
</div>
</td>
</tr>
- <tr><td><img onClick="togglefeatures()" src="images/adv-v.png"></td></tr>
+ <tr><td style="cursor: pointer; cursor: hand;"><img onClick="togglefeatures()" src="images/adv-v.png"></td></tr>
</table>
</div>
</td></tr>
Modified: trunk/config/voicemail.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/voicemail.html?rev=95&r1=94&r2=95&view=diff
==============================================================================
--- trunk/config/voicemail.html (original)
+++ trunk/config/voicemail.html Tue Oct 31 14:28:05 2006
@@ -245,7 +245,7 @@
</table>
</td>
</tr>
- <tr onmouseover="show_tooltip('en', 'voicemail', 8);" ><td><img id="split" onClick="togglefeatures()" src="images/split-v.png"></td></tr>
+ <tr onmouseover="show_tooltip('en', 'voicemail', 8);" ><td style="cursor: pointer; cursor: hand;"><img id="split" onClick="togglefeatures()" src="images/split-v.png"></td></tr>
<tr><td>
<div style="background-image:url(images/slice-v.png)" id='advancedw'>
<table id='advancedi' align='center'>
@@ -267,7 +267,7 @@
</div>
</td>
</tr>
- <tr onmouseover="show_tooltip('en', 'voicemail', 8);" ><td><img onClick="togglefeatures()" src="images/adv-v.png"></td></tr>
+ <tr onmouseover="show_tooltip('en', 'voicemail', 8);" ><td style="cursor: pointer; cursor: hand;"><img onClick="togglefeatures()" src="images/adv-v.png"></td></tr>
</table>
</div>
</td>
More information about the asterisk-gui-commits
mailing list