]> git.wh0rd.org - tt-rss.git/commitdiff
login: add tooltip for bw_limit
authorAndrew Dolgov <fox@fakecake.org>
Wed, 24 Apr 2013 15:13:11 +0000 (19:13 +0400)
committerAndrew Dolgov <fox@fakecake.org>
Wed, 24 Apr 2013 15:13:11 +0000 (19:13 +0400)
include/login_form.php

index 4745027f903622f79921fa82f95f24ffbb6d233c..9a20e9be9817120237c98b4ac64f56add17917f5 100644 (file)
@@ -222,7 +222,11 @@ function bwLimitChange(elem) {
                        <label>&nbsp;</label>
                        <input dojoType="dijit.form.CheckBox" name="bw_limit" id="bw_limit" type="checkbox"
                                onchange="bwLimitChange(this)">
-                       <label style='display : inline' for="bw_limit"><?php echo __("Use less traffic") ?></label>
+                       <label id="bw_limit_label" style='display : inline' for="bw_limit"><?php echo __("Use less traffic") ?></label>
+               </div>
+
+               <div dojoType="dijit.Tooltip" connectId="bw_limit_label" position="below">
+<?php echo __("Does not display images in articles, reduces automatic refreshes."); ?>
                </div>
 
                <?php if (SESSION_COOKIE_LIFETIME > 0) { ?>