rbrindley: branch rbrindley/features_revamp r4734 - /team/rbrindley/features_...

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Thu Apr 9 16:32:35 CDT 2009


Author: rbrindley
Date: Thu Apr  9 16:32:31 2009
New Revision: 4734

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

- ([opt]-Option) is now <b>[opt]</b>


Modified:
    team/rbrindley/features_revamp/config/features2.html

Modified: team/rbrindley/features_revamp/config/features2.html
URL: http://svn.digium.com/svn-view/asterisk-gui/team/rbrindley/features_revamp/config/features2.html?view=diff&rev=4734&r1=4733&r2=4734
==============================================================================
--- team/rbrindley/features_revamp/config/features2.html (original)
+++ team/rbrindley/features_revamp/config/features2.html Thu Apr  9 16:32:31 2009
@@ -88,32 +88,32 @@
 			<span class="title"><img class="title_img" src="images/asterisk_red.gif"/>Dial Options</span>
 			<div class="feature disabled">
 				<input type="checkbox" id="dial_t" />
-				<label for="dial_t"> (t-Option) Allow the called party to transfer the calling party by sending the 'Blind Transfer' or 'Attended Transfer' feature maps.</label>
+				<label for="dial_t"> <b>t</b> - Allow the called party to transfer the calling party by sending the 'Blind Transfer' or 'Attended Transfer' feature maps.</label>
 				<span class="update"></span>
 			</div>
 			<div class="feature disabled">
 				<input type="checkbox" id="dial_T" />
-				<label for="dial_T"> (T-Option) Allow the calling party to transfer the called party by sending the 'Blind Transfer' or 'Attended Transfer' feature maps.</label>
+				<label for="dial_T"> <b>T</b> - Allow the calling party to transfer the called party by sending the 'Blind Transfer' or 'Attended Transfer' feature maps.</label>
 				<span class="update"></span>
 			</div>
 			<div class="feature disabled">
 				<input type="checkbox" id="dial_h" />
-				<label for="dial_h"> (h-Option) Allow the called party to hang up by sending the 'Disconnect' feature map.</label>
+				<label for="dial_h"> <b>h</b> - Allow the called party to hang up by sending the 'Disconnect' feature map.</label>
 				<span class="update"></span>
 			</div>
 			<div class="feature disabled">
 				<input type="checkbox" id="dial_H" />
-				<label for="dial_H"> (H-Option) Allow the calling party to hang up by sending the 'Disconnect' feature map.</label>
+				<label for="dial_H"> <b>H</b> - Allow the calling party to hang up by sending the 'Disconnect' feature map.</label>
 				<span class="update"></span>
 			</div>
 			<div class="feature disabled">
 				<input type="checkbox" id="dial_k" />
-				<label for="dial_k"> (k-Option) Allow the called party to enable parking of the call by sending the 'Call Parking' feature map.</label>
+				<label for="dial_k"> <b>k</b> - Allow the called party to enable parking of the call by sending the 'Call Parking' feature map.</label>
 				<span class="update"></span>
 			</div>
 			<div class="feature disabled">
 				<input type="checkbox" id="dial_K" />
-				<label for="dial_K"> (K-Option) Allow the calling party to enable parking of the call by sending the 'Call Parking' feature map.</label>
+				<label for="dial_K"> <b>K</b> - Allow the calling party to enable parking of the call by sending the 'Call Parking' feature map.</label>
 				<span class="update"></span>
 			</div>
 		</div>




More information about the asterisk-gui-commits mailing list