login: add tooltip for bw_limit

This commit is contained in:
Andrew Dolgov 2013-04-24 19:13:11 +04:00
parent aafd55bab6
commit a62337b35d
1 changed files with 5 additions and 1 deletions

View 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) { ?>