login: add tooltip for bw_limit
This commit is contained in:
parent
aafd55bab6
commit
a62337b35d
|
@ -222,7 +222,11 @@ function bwLimitChange(elem) {
|
|||
<label> </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) { ?>
|
||||
|
|
Loading…
Reference in New Issue