pari: branch 2.0 r4302 - in /branches/2.0/config: js/tooltip.js paging.html
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Fri Dec 5 14:06:18 CST 2008
Author: pari
Date: Fri Dec 5 14:06:18 2008
New Revision: 4302
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=4302
Log:
add a tooltip
Modified:
branches/2.0/config/js/tooltip.js
branches/2.0/config/paging.html
Modified: branches/2.0/config/js/tooltip.js
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/config/js/tooltip.js?view=diff&rev=4302&r1=4301&r2=4302
==============================================================================
--- branches/2.0/config/js/tooltip.js (original)
+++ branches/2.0/config/js/tooltip.js Fri Dec 5 14:06:18 2008
@@ -503,6 +503,7 @@
tooltips['paging'].en[0] = "<B>Alert-Info Header:</B> This is the value that is sent to the phone for an intercom call in the alert info header. It is not recommended that this valued be changed from the default of Intercom. ";
tooltips['paging'].en[1] = "Dial sequence that is used to prefix an extension to dial it as a Page. For instance setting this value to ** would allow to page the extension 6000 by dialing **6000.";
tooltips['paging'].en[2] = "Dial sequence that is used to prefix an extension to dial it as Intercom. For instance setting this value to *# would allow to initiate an intercom call with extension 6000 by dialing *#6000.";
+ tooltips['paging'].en[3] = "If this option is checked, a beep sound will be played when the intercom call is connected to inform users they can begin talking.";
// Tooltips for "CDR Viewer" in english
tooltips['CDR'] = { en: [] };
Modified: branches/2.0/config/paging.html
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/config/paging.html?view=diff&rev=4302&r1=4301&r2=4302
==============================================================================
--- branches/2.0/config/paging.html (original)
+++ branches/2.0/config/paging.html Fri Dec 5 14:06:18 2008
@@ -147,7 +147,7 @@
</TR>
<tr> <td align=right>Play a beep : </td>
- <td colspan=2><input type=checkbox id="chk_pgrp_beep"></td>
+ <td colspan=2><input type=checkbox id="chk_pgrp_beep"> <img src="images/tooltip_info.gif" tip="en,paging,3" class='tooltipinfo'> </td>
</tr>
<tr> <td align=center valign=top>
More information about the asterisk-gui-commits
mailing list