pari: branch 2.0 r4043 - 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 Oct 31 13:59:57 CDT 2008


Author: pari
Date: Fri Oct 31 13:59:56 2008
New Revision: 4043

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

Adding some tooltips for Paging & Intercom 



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=4043&r1=4042&r2=4043
==============================================================================
--- branches/2.0/config/js/tooltip.js (original)
+++ branches/2.0/config/js/tooltip.js Fri Oct 31 13:59:56 2008
@@ -492,3 +492,10 @@
 	tooltips['followme'].en[3] = "<B>Destinations:</B> List of extensions/numbers that would be dialed to reach the user during FollowMe.";
 	tooltips['followme'].en[4] = "<B>New FollowMe Number:</B> Add a new FollowMe number which could be a 'Local Extension' or an 'Outside Number'. The selected dialplan should have permissions to dial any outside numbers defined.";
 	tooltips['followme'].en[5] = "<B>Dial Order:</B> This is the order in which the FollowMe destinations are dialed to reach the user.";
+
+
+// Tooltips for "Paging" in english
+	tooltips['paging'] = { en: [] };
+	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.";

Modified: branches/2.0/config/paging.html
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/config/paging.html?view=diff&rev=4043&r1=4042&r2=4043
==============================================================================
--- branches/2.0/config/paging.html (original)
+++ branches/2.0/config/paging.html Fri Oct 31 13:59:56 2008
@@ -20,6 +20,7 @@
 -->
 <script src="js/jquery.js"></script>
 <script src="js/astman.js"></script>
+<script src="js/jquery.tooltip.js"></script>
 <link href="stylesheets/schwing.css" media="all" rel="Stylesheet" type="text/css" />
 <style type="text/css">
 
@@ -522,12 +523,12 @@
 	<div class='lite_Heading'> Settings for Paging Individual Extensions </div>
 	<table cellpadding=2 cellspacing=2 border=0 width="90%" align="center">
 		<tr>	<td align="right" colspan=2 height=15></td></tr>
-		<TR>	<td align="right" width="50%">Prefix for Paging an Extension :&nbsp;</td>
+		<TR>	<td align="right" width="50%">Prefix for Paging an Extension <img src="images/tooltip_info.gif" tip="en,paging,1" class='tooltipinfo'> :&nbsp;</td>
 			<td>
 				<input type=text id="text_prefix_paging" size=2 required='yes' dfalt='**'>
 			</td>
 		</TR>
-		<TR>	<td align="right">Prefix for Dialing an Extension as Intercom :&nbsp;</td>
+		<TR>	<td align="right">Prefix for Dialing an Extension as Intercom <img src="images/tooltip_info.gif" tip="en,paging,2" class='tooltipinfo'> :&nbsp;</td>
 			<td>
 				<input type=text id="text_prefix_intercom" size=2 required='yes' dfalt='*#'>
 			</td>
@@ -548,7 +549,7 @@
 	<div class='lite_Heading'> Settings for Paging & Intercom </div>
 	<table cellpadding=2 cellspacing=2 border=0 width="90%" align="center">
 		<tr>	<td align="right" colspan=2 height=15></td></tr>
-		<TR>	<td align="right" width="50%">Alert-Info Header :&nbsp;</td>
+		<TR>	<td align="right" width="50%">Alert-Info Header <img src="images/tooltip_info.gif" tip="en,paging,0" class='tooltipinfo'> :&nbsp;</td>
 			<td>
 				<input type=text id="text_Alert_Info_Header" size=16 required='yes'>
 			</td>




More information about the asterisk-gui-commits mailing list