pari: trunk r136 - in /trunk/config: meetme.html scripts/tooltip.js

asterisk-gui-commits at lists.digium.com asterisk-gui-commits at lists.digium.com
Thu Nov 30 16:06:21 MST 2006


Author: pari
Date: Thu Nov 30 17:06:21 2006
New Revision: 136

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=136
Log:
Tooltip for record conference

Modified:
    trunk/config/meetme.html
    trunk/config/scripts/tooltip.js

Modified: trunk/config/meetme.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/meetme.html?view=diff&rev=136&r1=135&r2=136
==============================================================================
--- trunk/config/meetme.html (original)
+++ trunk/config/meetme.html Thu Nov 30 17:06:21 2006
@@ -267,7 +267,7 @@
 										<tr><td><div style="background-image:url(images/slice-v.gif);" id='advancedw'>
 															<table id='advancedi' align='center'>
 																<tr onmouseover="show_tooltip('en', 'meetme', 7);"><td class="field_text">Room Override:</td><td>&nbsp;<input size='5' id='room' pattern='^\d*$' class="input8"></td></tr>
-																<tr><td class="field_text">Record conference</td><td><input type='checkbox' id='record'></td>	</tr>
+																<tr onmouseover="show_tooltip('en', 'meetme', 11);"><td class="field_text">Record conference</td><td><input type='checkbox' id='record'></td>	</tr>
 																<tr onmouseover="show_tooltip('en', 'meetme', 8);"><td class="field_text">Quiet Mode</td><td><input type='checkbox' id='quiet'></td>
 																</tr><tr onmouseover="show_tooltip('en', 'meetme', 9);"><td class="field_text">Wait for marked user</td><td><input type='checkbox' id='waitmarked'></td>
 																</tr><tr onmouseover="show_tooltip('en', 'meetme', 10);">	<td class="field_text">Set marked user</td><td><input type='checkbox' id='setmarked'></td></tr>

Modified: trunk/config/scripts/tooltip.js
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/scripts/tooltip.js?view=diff&rev=136&r1=135&r2=136
==============================================================================
--- trunk/config/scripts/tooltip.js (original)
+++ trunk/config/scripts/tooltip.js Thu Nov 30 17:06:21 2006
@@ -44,6 +44,7 @@
 	tooltips['meetme'] .en[8] = "<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] = "<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.";
 	tooltips['meetme'] .en[10] = "<B>Set Marked User:</B> This option sets the person that enters the bridge using this extension as Marked.  This option works in conjunction with the obove \"Wait for marked user\" option.";
+	tooltips['meetme'] .en[11] = "<B>Set Marked User:</B> Record this conference in a WAV format. Default filename is meetme-conf-rec-${Conference Number}-${UNIQUEID}.";
 
 // Tooltips for Voicemail
 	tooltips['voicemail']= new Object;



More information about the asterisk-gui-commits mailing list