pari: branch 2.0 r3901 - in /branches/2.0/config: followme.html js/tooltip.js

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Fri Sep 26 14:19:22 CDT 2008


Author: pari
Date: Fri Sep 26 14:19:22 2008
New Revision: 3901

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

AA50-2224 - Missing tooltips in FollowMe Page


Modified:
    branches/2.0/config/followme.html
    branches/2.0/config/js/tooltip.js

Modified: branches/2.0/config/followme.html
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/config/followme.html?view=diff&rev=3901&r1=3900&r2=3901
==============================================================================
--- branches/2.0/config/followme.html (original)
+++ branches/2.0/config/followme.html Fri Sep 26 14:19:22 2008
@@ -453,7 +453,7 @@
 				<input type=radio name='newFM_Number_radio' id='newFM_Number_radio_local'>
 					<label for='newFM_Number_radio_local'> Dial Local Extension &nbsp;&nbsp;</label>
 				<input type=radio name='newFM_Number_radio' id='newFM_Number_radio_Externals'>
-					<label for='newFM_Number_radio_Externals'> Dial External Number &nbsp;&nbsp;&nbsp;&nbsp;</label>
+					<label for='newFM_Number_radio_Externals'> Dial Outside Number &nbsp;&nbsp;&nbsp;&nbsp;</label>
 			</td>
 		</tr>
 
@@ -463,7 +463,7 @@
 		</tr>
 
 		<tr class='FORM_newFM_Number'>
-			<td align=right valign=top>Dial Order <img src="images/tooltip_info.gif" tip="en,followme,4" class='tooltipinfo'> :</td>
+			<td align=right valign=top>Dial Order <img src="images/tooltip_info.gif" tip="en,followme,5" class='tooltipinfo'> :</td>
 			<td>
 				<input type=radio name='newFM_Order_radio' id='newFM_Order_radio_after'>
 					<label for='newFM_Order_radio_after'>Ring after Trying previous extension/number &nbsp;&nbsp;</label><BR>

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=3901&r1=3900&r2=3901
==============================================================================
--- branches/2.0/config/js/tooltip.js (original)
+++ branches/2.0/config/js/tooltip.js Fri Sep 26 14:19:22 2008
@@ -489,3 +489,14 @@
 // Tooltips for "Active Channels" in english
 	tooltips['channels'] = { en: [] };
 	tooltips['channels'].en[0] = "<B>User: </B> A user on the PBX to transfer the call to.";
+
+
+
+// Tooltips for "Follow Me" in english
+	tooltips['followme'] = { en: [] };
+	tooltips['followme'].en[0] = "<B>Status:</B> Enable/Disable FollowMe for this user.";
+	tooltips['followme'].en[1] = "Music On Hold class that the caller would hear while tracking the user.";
+	tooltips['followme'].en[2] = "<B>DialPlan:</B> DialPlan that would be used for dialing the FollowMe numbers. By default this would be the same dialplan as that of the user.";
+	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.";




More information about the asterisk-gui-commits mailing list