pari: trunk r70 - in /trunk/config: ./ scripts/
asterisk-gui-commits at lists.digium.internal
asterisk-gui-commits at lists.digium.internal
Mon Oct 16 10:47:34 CDT 2006
Author: pari
Date: Mon Oct 16 10:47:34 2006
New Revision: 70
URL: http://svn.digium.com/view/asterisk-gui?rev=70&view=rev
Log:
some changes I forgot to commit on friday
Removed:
trunk/config/sip.html
Modified:
trunk/config/jingle.html
trunk/config/meetme.html
trunk/config/menus.html
trunk/config/numberplan.html
trunk/config/options.html
trunk/config/queues.html
trunk/config/scripts/tooltip.js
trunk/config/status.html
trunk/config/trunks.html
trunk/config/voicemail.html
Modified: trunk/config/jingle.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/jingle.html?rev=70&r1=69&r2=70&view=diff
==============================================================================
--- trunk/config/jingle.html (original)
+++ trunk/config/jingle.html Mon Oct 16 10:47:34 2006
@@ -79,15 +79,33 @@
<table cellspacing='0' cellpadding='0'>
<tr valign="top"><td>
<table>
- <tr><td>Extension:</td><td><input size='12' id='name'></td></tr>
- <tr><td>Username:</td><td><input size='20' id='username'></td></tr>
- <tr><td>Disallowed Codecs:</td><td><input size='12' id='disallow'></td></tr>
- <tr><td>Allowed Codecs:</td><td>
-
- <input size='12' id='allow'></td></tr>
- <tr><td>Context:</td><td><input size='12' id='context'></td></tr>
- <tr><td>Connection:</td><td><input size='12' id='connection'></td></tr>
- <tr><td colspan='2' align='center'><div style="height:15px" id='status'></div></td></tr>
+ <tr><td>Extension:</td> <td><input size='12' id='name'></td></tr>
+ <tr><td>Username:</td> <td><input size='20' id='username'></td></tr>
+ <tr><td>Disallowed Codecs:</td> <td><input size='12' id='disallow'></td></tr>
+ <tr><td>Allowed Codecs:</td> <td><input size='12' id='allow'><input type=button id="sd" value="Edit" onclick="$('div_setordercodecs').style.display='block'">
+ <div style="position:absolute; display:none; background-color:#F4EFE5;" id="div_setordercodecs">
+ <table >
+ <tr><td><select id="allowed"></select></td>
+ <td><input type="button" id="select_codec" value="<"><BR><input type="button" id="deselect_codec" value=">"></td>
+ <td><select id="disallowed" size=9><option value="ulaw">u-law</option>
+ <option value="alaw">a-law</option>
+ <option value="gsm">GSM</option>
+ <option value="ilbc">ILBC</option>
+ <option value="speex">SPEEX</option>
+ <option value="g726">G.726</option>
+ <option value="adpcm">ADPCM</option>
+ <option value="lpc10">LPC10</option>
+ <option value="g729">G.729a</option>
+ </select>
+ </td>
+ </tr>
+ <tr><td colspan=3 align=Center><input type="button" id="setordercodecs" value="update" onclick="update_ordercodecs()"></td></tr>
+ </table>
+ </div>
+ </td></tr>
+ <tr><td>Context:</td> <td><input size='12' id='context'></td></tr>
+ <tr><td>Connection:</td> <td><input size='12' id='connection'></td></tr>
+ <tr><td colspan='2' align='center'><div style="height:15px" id='status'></div></td></tr>
</table>
</td>
</tr>
Modified: trunk/config/meetme.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/meetme.html?rev=70&r1=69&r2=70&view=diff
==============================================================================
--- trunk/config/meetme.html (original)
+++ trunk/config/meetme.html Mon Oct 16 10:47:34 2006
@@ -183,7 +183,7 @@
} else {
adstatus = "shown";
$('advancedw').style.visibility = "visible";
- new Rico.Effect.Size('advancedw', null, 150, 120, 8 );
+ new Rico.Effect.Size('advancedw', null, 130, 120, 8 );
}
}
function localajaxinit() {
@@ -225,9 +225,9 @@
<table cellspacing='0' cellpadding='0'>
<tr valign="top"><td>
<table>
- <tr onmouseover="show_tooltip('en', 'meetme', 0);" ><td>Extension:</td><td><input size='5' id='name' pattern='^\d*$'></td></tr>
- <tr onmouseover="show_tooltip('en', 'meetme', 1);"><td>PIN Code:</td><td><input size='5' id='pin' pattern='^\d*$'></td></tr>
- <tr onmouseover="show_tooltip('en', 'meetme', 2);"><td>Administrator PIN Code:</td><td><input size='5' id='pinadmin' pattern='^\d*$'></td></tr>
+ <tr onmouseover="show_tooltip('en', 'meetme', 0);" ><td>Extension:</td><td> <input size='5' id='name' pattern='^\d*$'></td></tr>
+ <tr onmouseover="show_tooltip('en', 'meetme', 1);"><td>PIN Code:</td><td> <input size='5' id='pin' pattern='^\d*$'></td></tr>
+ <tr onmouseover="show_tooltip('en', 'meetme', 2);"><td>Administrator PIN Code:</td><td> <input size='5' id='pinadmin' pattern='^\d*$'></td></tr>
<tr onmouseover="show_tooltip('en', 'meetme', 3);"><td>Play hold music for first caller</td><td><input type='checkbox' id='music'></td></tr>
<tr onmouseover="show_tooltip('en', 'meetme', 4);"><td>Enable caller menu</td><td><input type='checkbox' id='menu'></td></tr>
<tr onmouseover="show_tooltip('en', 'meetme', 5);"><td>Announce callers</td><td><input type='checkbox' id='announce'></td></tr>
@@ -236,11 +236,11 @@
</table>
</td>
</tr>
- <tr><td><img id="split" onClick="togglefeatures()" src="images/split-v.png"></td></tr>
+ <tr onmouseover="show_tooltip('en', 'meetme', 6);"><td><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>
- <tr onmouseover="show_tooltip('en', 'meetme', 7);"><td>Room Override:</td><td><input size='5' id='room' pattern='^\d*$'></td></tr>
+ <tr onmouseover="show_tooltip('en', 'meetme', 7);"><td>Room Override:</td><td> <input size='5' id='room' pattern='^\d*$'></td></tr>
<tr><td>Record conference</td><td><input type='checkbox' id='record'></td></tr>
<tr onmouseover="show_tooltip('en', 'meetme', 8);"><td>Quiet Mode</td><td><input type='checkbox' id='quiet'></td></tr>
<tr onmouseover="show_tooltip('en', 'meetme', 9);"><td>Wait for marked user</td><td><input type='checkbox' id='waitmarked'></td></tr>
@@ -248,7 +248,7 @@
</td></tr></table>
</div>
</td></tr>
- <tr><td>
+ <tr onmouseover="show_tooltip('en', 'meetme', 6);"><td>
<img onClick="togglefeatures()" src="images/adv-v.png">
</td>
</tr>
Modified: trunk/config/menus.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/menus.html?rev=70&r1=69&r2=70&view=diff
==============================================================================
--- trunk/config/menus.html (original)
+++ trunk/config/menus.html Mon Oct 16 10:47:34 2006
@@ -1089,7 +1089,7 @@
</TR>
</table>
</div>
- <div id="keypressoptions" style="height:180px;width=390px; overflow :auto;display :none">
+ <div id="keypressoptions" style="height:155px;width=390px; overflow :auto;display :none">
<table cellpadding=3 cellspacing=0 width="100%">
<SCRIPT LANGUAGE="JavaScript">
<!--
Modified: trunk/config/numberplan.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/numberplan.html?rev=70&r1=69&r2=70&view=diff
==============================================================================
--- trunk/config/numberplan.html (original)
+++ trunk/config/numberplan.html Mon Oct 16 10:47:34 2006
@@ -22,6 +22,7 @@
<script src="scripts/prototype.js"></script>
<script src="scripts/rico.js"></script>
<script src="scripts/astman.js"></script>
+<script src="scripts/tooltip.js"></script>
<link href="stylesheets/rico.css" media="all" rel="Stylesheet" type="text/css" />
<link href="stylesheets/schwing.css" media="all" rel="Stylesheet" type="text/css" />
Modified: trunk/config/options.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/options.html?rev=70&r1=69&r2=70&view=diff
==============================================================================
--- trunk/config/options.html (original)
+++ trunk/config/options.html Mon Oct 16 10:47:34 2006
@@ -21,6 +21,7 @@
<script src="scripts/prototype.js"></script>
<script src="scripts/rico.js"></script>
<script src="scripts/astman.js"></script>
+<script src="scripts/tooltip.js"></script>
<link href="stylesheets/rico.css" media="all" rel="Stylesheet" type="text/css" />
<link href="stylesheets/schwing.css" media="all" rel="Stylesheet" type="text/css" />
<script>
@@ -133,9 +134,9 @@
<tr> <td align="center" valign="top" height=180>
<div id="channellist" class="chanlist">
<table> <tr> <td colspan=2 height=18></td></tr>
- <tr> <td>Current Password:</td><td><input type="password" id="currentpass" size=16></td></tr>
- <tr> <td>New Password:</td><td><input type="password" id="newpass" size=16 onkeyup="compare_passwords()"> ( min 4 characters )</td></tr>
- <tr> <td>Retype New Password:</td><td><input type="password" id="newpass_rep" size=16 onkeyup="compare_passwords()"></td></tr>
+ <tr onmouseover="show_tooltip('en', 'options', 0);"> <td>Current Password:</td><td><input type="password" id="currentpass" size=16></td></tr>
+ <tr onmouseover="show_tooltip('en', 'options', 1);"><td>New Password:</td><td><input type="password" id="newpass" size=16 onkeyup="compare_passwords()"> ( min 4 characters )</td></tr>
+ <tr onmouseover="show_tooltip('en', 'options', 2);"><td>Retype New Password:</td><td><input type="password" id="newpass_rep" size=16 onkeyup="compare_passwords()"></td></tr>
<tr> <td align=center colspan=2><input type="button" id="pwdbutton" value="Update" onclick="askfor_updatepassword()"></td></tr>
</table>
</div>
@@ -143,17 +144,20 @@
</tr>
<tr valign="top" height="18"> <td><B>GUI - acess settings: </B></td></tr>
<tr> <td align="center" valign="top" height=170>
- <table>
- <tr><td>Bind Address:</td> <td><input size=14 id='bindaddr' dfalt="127.0.0.1"></td></tr>
- <tr><td>Port:</td> <td><input size=14 id='bindport' dfalt=80></td></tr>
- <tr><td colspan=2><BR></td></tr>
- <tr><td colspan=2 align=center><input type=button id=save value="Save"> <input type=button id=cancel value="Cancel"></td></tr>
+ <div id="channellist" class="chanlist">
+ <table> <tr> <td colspan=2 height=18></td></tr>
+ <tr onmouseover="show_tooltip('en', 'options', 3);"><td>Bind Address:</td> <td><input size=14 id='bindaddr' dfalt="127.0.0.1"></td></tr>
+ <tr onmouseover="show_tooltip('en', 'options', 4);"><td>Port:</td> <td><input size=14 id='bindport' dfalt=80></td></tr>
+ <tr><td colspan=2><BR></td></tr>
+ <tr><td colspan=2 align=center><input type=button id=save value="Save"> <input type=button id=cancel value="Cancel"></td></tr>
</table>
<select size="5" id="hiddenfield" style="display:none; width:220px"></select>
+ </div>
</td>
</tr>
<tr><td valign="top" align=center><div id='status'></div></td></tr>
<tr><td></td></tr>
</table>
+<div id='tooltip' style="margin-left:5px;height: 60px; width:575px; overflow :auto; font-family : Trebuchet MS, Arial, Helvetica, sans-serif;font-size: 11px; "></div>
</div>
</body>
Modified: trunk/config/queues.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/queues.html?rev=70&r1=69&r2=70&view=diff
==============================================================================
--- trunk/config/queues.html (original)
+++ trunk/config/queues.html Mon Oct 16 10:47:34 2006
@@ -52,7 +52,7 @@
} else {
adstatus = "shown";
$('advancedw').style.visibility = "visible";
- new Rico.Effect.Size('advancedw', null, 200, 120, 8 );
+ new Rico.Effect.Size('advancedw', null, 190, 120, 8 );
}
}
@@ -388,14 +388,14 @@
</td>
</tr>
<tr onmouseover="show_tooltip('en', 'queues', 3);" ><td style='width:80px' valign='top'>Agents:</td><td><select size="4" multiple='true' id='agents' style='width:200px; display: none' onclick="save_status()"></select>
- <div id="testmulti" style='height:110px; width: 200px;overflow :auto;'></div>
+ <div id="testmulti" style='height:75px; width: 200px;overflow :auto;'></div>
</td></tr>
<tr><td colspan='2' align='center'><div style="height:15px" id='status'></div></td></tr>
<tr><td colspan='2'></td></tr>
</table>
</td>
</tr>
- <tr><td><img id="split" onClick="togglefeatures()" src="images/split-v.png"></td></tr>
+ <tr onmouseover="show_tooltip('en', 'queues', 4);"><td><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'>
@@ -410,7 +410,7 @@
</table>
</div>
</td></tr>
- <tr><td>
+ <tr onmouseover="show_tooltip('en', 'queues', 4);"><td>
<img onClick="togglefeatures()" src="images/adv-v.png">
</td>
</tr>
Modified: trunk/config/scripts/tooltip.js
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/scripts/tooltip.js?rev=70&r1=69&r2=70&view=diff
==============================================================================
--- trunk/config/scripts/tooltip.js (original)
+++ trunk/config/scripts/tooltip.js Mon Oct 16 10:47:34 2006
@@ -39,7 +39,7 @@
tooltips['meetme'] .en[3] = "<BR><B>Play Hold Music for First Caller:</B> Checking this option causes Asterisk to play Hold Music to the first user in a conference, until another user has joined the same conference.";
tooltips['meetme'] .en[4] = "<BR><B>Enable Caller Menu:</B> Checking this option allows a user to access the Conference Bridge menu by pressing the * \"Asterisk\" key on their dialpad.";
tooltips['meetme'] .en[5] = "<BR><B>Announce Callers:</B> Checking this option announces, to all Bridge participants, the joining of any other participants.";
- tooltips['meetme'] .en[6] = "<BR><B>Advanced:</B> Advanced Conference Bridge configuration options.";
+ tooltips['meetme'] .en[6] = "<BR><B>Advanced:</B> Show/Hide Advanced Conference Bridge configuration options.";
tooltips['meetme'] .en[7] = "<BR><B>Room Override:</B> This option allows the entry of a secondary extension that may be used to access this Conference Bridge. This is useful in the event that one wants to set a separate extension, having different options, to access the same Bridge.";
tooltips['meetme'] .en[8] = "<BR><B>Quiet Mode:</B> This option enables Quiet mode. If this option is checked, all users entering this conference will be marked as quiet, and will be in Listen-Only mode.";
tooltips['meetme'] .en[9] = "<BR><B>Wait for Market User:</B> If this option is set, then users joining the conference will not be able to speak to one-another until the marked user has joined the conference.";
@@ -57,7 +57,7 @@
tooltips['voicemail'] .en[5] = "<BR><B>Maximum messages per folder:</B> This select box sets the maximum number of messages that a user may have in any of their folders.";
tooltips['voicemail'] .en[6] = "<BR><B>Maximum Message Time:</B> This select box sets the maximum duration of a voicemail message. Message recording will not occur for times greater than this amount.";
tooltips['voicemail'] .en[7] = "<BR><B>Minimum message Time:</B> This select box sets the minimum duration of a voicemail message. Messages below this threshold will be automatically deleted.";
- tooltips['voicemail'] .en[8] = "<BR><B>Advanced:</B> Advanced Voicemail configuration options.";
+ tooltips['voicemail'] .en[8] = "<BR><B>Advanced:</B> Show/Hide Advanced Voicemail configuration options.";
tooltips['voicemail'] .en[9] = "<BR><B>Dail 'O' for Operator:</B> Checking this option enables callers entering the voicemail application to dial '0' to back out of the application and be sent to a voicemenu or operator.";
tooltips['voicemail'] .en[10] = "<BR><B>Message Format:</B> This selection box controls the format in which messages are stored on the system and delivered by e-mail.";
tooltips['voicemail'] .en[11] = "<BR><B>Allow Users to Review:</B> Checking this option allows the caller leaving the voicemail the opportunity to review their recorded message before it is submitted as a voicemail message.";
@@ -165,4 +165,32 @@
tooltips['sip_general'].en[76] = "<BR><B>Log Frames:</B>Enables jitterbuffer frame logging.";
tooltips['sip_general'].en[77] = "<BR><B>Max Jitter Buffer:</B> Max length of the jitterbuffer in milliseconds";
tooltips['sip_general'].en[78] = "<BR><B>Resync Threshold:</B> Jump in the frame timestamps over which the jitterbuffer is resynchronized. Useful to improve the quality of the voice, with big jumps in/broken timestamps, usualy sent from exotic devices and programs. Defaults to 1000.";
- tooltips['sip_general'].en[79] = "<BR><B>Implementation: </B>Jitterbuffer implementation, used on the receiving side of a SIP channel. Two implementations are currenlty available - \'fixed\' (with size always equals to jbmaxsize) and \'adaptive\' (with variable size, actually the new jb of IAX2)";
+ tooltips['sip_general'].en[79] = "<BR><B>Implementation: </B>Jitterbuffer implementation, used on the receiving side of a SIP channel. Two implementations are currenlty available - \'fixed\' (with size always equals to jbmaxsize) and \'adaptive\' (with variable size, actually the new jb of IAX2)";
+
+
+ // Tooltips for Options (options)
+ tooltips['options']= new Object;
+ tooltips['options'].en = new Array;
+
+ tooltips['options'].en[0] = "<BR><B>Current Password:</B> Please enter your existing password";
+ tooltips['options'].en[1] = "<BR><B>New Password:</B> Enter the New Password";
+ tooltips['options'].en[2] = "<BR><B>Retype New Password:</B> Retype New Password ";
+ tooltips['options'].en[3] = "<BR><B>Bind Address:</B> The IP address to which the GUI will be assigned to.";
+ tooltips['options'].en[4] = "<BR><B>Port:</B> GUI port. Must be specified in browser while accessing the GUI";
+
+ // Tooltips for status(status)
+ tooltips['status']= new Object;
+ tooltips['status'].en = new Array;
+
+ tooltips['status'].en[0] = "<BR><B>List of active channels:</B> Shows the list of active channels ";
+ tooltips['status'].en[1] = "<BR><B>Refresh:</B> Refresh the list of active channels";
+ tooltips['status'].en[2] = "<BR><B>Transfer:</B> Transfer selected channel";
+ tooltips['status'].en[3] = "<BR><B>Hangup:</B> Hangup selected Channel";
+
+ // Tooltips for Service Providers (trunks)
+ tooltips['trunks']= new Object;
+ tooltips['trunks'].en = new Array;
+
+ tooltips['trunks'].en[0] = "<BR><B>Analog/Voip Trunks:</B> Analog or Voip trunks .. ";
+ tooltips['trunks'].en[1] = "<BR><B>Provider:</B> Select a Provider";
+ tooltips['trunks'].en[2] = "<BR><B>Lines:</B> Select a Analog Line";
Modified: trunk/config/status.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/status.html?rev=70&r1=69&r2=70&view=diff
==============================================================================
--- trunk/config/status.html (original)
+++ trunk/config/status.html Mon Oct 16 10:47:34 2006
@@ -21,6 +21,7 @@
<script src="scripts/prototype.js"></script>
<script src="scripts/rico.js"></script>
<script src="scripts/astman.js"></script>
+<script src="scripts/tooltip.js"></script>
<link href="stylesheets/rico.css" media="all" rel="Stylesheet" type="text/css" />
<link href="stylesheets/schwing.css" media="all" rel="Stylesheet" type="text/css" />
<script>
@@ -200,16 +201,17 @@
</td>
</tr>
<tr height=32 valign="middle">
- <td align="center"><input type="submit" onClick="doStatus()" id="refresh" value="Refresh">
- <input type="submit" onClick="doTransfer()" id="transfer" value="Transfer...">
- <input type="submit" onClick="doHangup()" id="hangup" value="Hangup">
+ <td align="center"><input type="submit" onClick="doStatus()" id="refresh" value="Refresh" onmouseover="show_tooltip('en', 'status', 1);">
+ <input type="submit" onClick="doTransfer()" id="transfer" value="Transfer..." onmouseover="show_tooltip('en', 'status', 2);">
+ <input type="submit" onClick="doHangup()" id="hangup" value="Hangup" onmouseover="show_tooltip('en', 'status', 3);">
</td>
</tr>
<tr>
<td colspan=3 valign="top">
- <div id="channellist" class="chanlist"></div>
+ <div id="channellist" class="chanlist" onmouseover="show_tooltip('en', 'status', 0);"></div>
</td>
</tr>
</table>
+<div id='tooltip' style="margin-left:5px;height: 60px; width:575px; overflow :auto; font-family : Trebuchet MS, Arial, Helvetica, sans-serif;font-size: 11px; "></div>
</div>
</body>
Modified: trunk/config/trunks.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/trunks.html?rev=70&r1=69&r2=70&view=diff
==============================================================================
--- trunk/config/trunks.html (original)
+++ trunk/config/trunks.html Mon Oct 16 10:47:34 2006
@@ -22,6 +22,7 @@
<script src="scripts/prototype.js"></script>
<script src="scripts/rico.js"></script>
<script src="scripts/astman.js"></script>
+<script src="scripts/tooltip.js"></script>
<link href="stylesheets/rico.css" media="all" rel="Stylesheet" type="text/css" />
<link href="stylesheets/schwing.css" media="all" rel="Stylesheet" type="text/css" />
@@ -235,7 +236,7 @@
function activateanalogvoip() {
if ($('trunkstyleanalog').checked) {
- new Rico.Effect.Size('analog', null, 450, 120, 8);
+ new Rico.Effect.Size('analog', null, 350, 120, 8);
$('zapchan').style.display = "none";
$('zapchan_analoglines').style.display = "block";
$('zapchan_analoglines').innerHTML ="";
@@ -249,7 +250,7 @@
}
}else if ($('trunkstylevoip').checked) {
new Rico.Effect.Size('analog', null, 1, 120, 8, {complete:function() { $('analog').style.height = '0'; }});
- $('voip').style.height = 450;
+ $('voip').style.height =350;
$('zapchan').style.display = "block";
$('zapchan_analoglines').style.display = "none";
$('zapchan_analoglines').innerHTML ="";
@@ -301,7 +302,7 @@
</div>
<div id='adjustments' style='width:350'>
<table cellspacing='0' cellpadding='0'>
- <tr><td>
+ <tr onmouseover="show_tooltip('en', 'trunks', 0);"><td>
<input name='trunkstyle' type='radio' id='trunkstyleanalog' onclick='activateanalogvoip()' value='analog'>Analog
<input name='trunkstyle' type='radio' id='trunkstylevoip' onclick='activateanalogvoip()' value='voip'>VoIP
</td></tr>
@@ -322,10 +323,10 @@
<input type='hidden' id='port'>
<input type='hidden' id='fromuser'>
<input type='hidden' id='fromdomain'>
- <div id='analogvoipcontainer' style='height:450;overflow:hidden'>
+ <div id='analogvoipcontainer' style='height:350;overflow:hidden'>
<div id='analog' style='height:0;overflow:hidden'>
<table>
- <tr><td style='width:80px' valign='top'>Lines:</td>
+ <tr onmouseover="show_tooltip('en', 'trunks', 2);"><td style='width:80px' valign='top'>Lines:</td>
<td><select size="12" multiple='true' id='zapchan' style='width:200px'></select>
<div id="zapchan_analoglines" style='height:110px; width: 200px; overflow :auto; display:none'></div>
</td>
@@ -339,7 +340,7 @@
</div>
<div id='voip' style='height:0;overflow:hidden'>
<table>
- <tr><td style='width:80px' valign='top'>Provider:</td><td><select size='6' id='provider' style='width:200px' altonchange='selectprovider()'></select></td></tr>
+ <tr onmouseover="show_tooltip('en', 'trunks', 1);"><td style='width:80px' valign='top'>Provider:</td><td><select size='6' id='provider' style='width:200px' altonchange='selectprovider()'></select></td></tr>
<tr><td colspan='2' align='center'><div style="height:15px" id='status'></div></td></tr>
<tr><td colspan='2' align='center'><img id='providerlogo' style='visibility:hidden;width:230px;height:72px'></td></tr>
<tr><td colspan='2' align='center'><div id='providerdesc' align='left' style='width:230px;height:100px'></div></td></tr>
@@ -373,5 +374,6 @@
</tr><tr>
</tr>
</table>
+<div id='tooltip' style="margin-left:5px;height: 60px; width:575px; overflow :auto; font-family : Trebuchet MS, Arial, Helvetica, sans-serif;font-size: 11px; "></div>
</div>
</body>
Modified: trunk/config/voicemail.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/voicemail.html?rev=70&r1=69&r2=70&view=diff
==============================================================================
--- trunk/config/voicemail.html (original)
+++ trunk/config/voicemail.html Mon Oct 16 10:47:34 2006
@@ -219,7 +219,7 @@
</table>
</td>
</tr>
- <tr><td><img id="split" onClick="togglefeatures()" src="images/split-v.png"></td></tr>
+ <tr onmouseover="show_tooltip('en', 'voicemail', 8);" ><td><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'>
@@ -232,7 +232,7 @@
</table>
</div>
</td></tr>
- <tr><td>
+ <tr onmouseover="show_tooltip('en', 'voicemail', 8);" ><td>
<img onClick="togglefeatures()" src="images/adv-v.png">
</td>
</tr>
More information about the asterisk-gui-commits
mailing list