summaryrefslogtreecommitdiffstats
path: root/template/en/default/account/prefs/settings.html.tmpl
diff options
context:
space:
mode:
authorMukhtar Ali <alim94@uni.coventry.ac.uk>2015-12-09 23:31:09 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2015-12-09 23:31:09 +0100
commite6ce904282071f8ac79b80cd20d28aa368b20abd (patch)
tree6c5e175a8c29c0620525f5d0042a0a339760540b /template/en/default/account/prefs/settings.html.tmpl
parentcb36753dc1de6712349cd03006fa6f3514ee4122 (diff)
downloadbugzilla-e6ce904282071f8ac79b80cd20d28aa368b20abd.tar.gz
bugzilla-e6ce904282071f8ac79b80cd20d28aa368b20abd.tar.xz
Bug 1041959: Turn all labels for input fields in user preferences into <label> elements
r=LpSolit
Diffstat (limited to 'template/en/default/account/prefs/settings.html.tmpl')
-rw-r--r--template/en/default/account/prefs/settings.html.tmpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/template/en/default/account/prefs/settings.html.tmpl b/template/en/default/account/prefs/settings.html.tmpl
index a7055c67f..a3c44095a 100644
--- a/template/en/default/account/prefs/settings.html.tmpl
+++ b/template/en/default/account/prefs/settings.html.tmpl
@@ -35,7 +35,9 @@
[% default_val = settings.${name}.default_value %]
<tr>
<td class="right">
- [% setting_descs.$name OR name FILTER html %]
+ <label for="[% name FILTER html %]">
+ [% setting_descs.$name OR name FILTER html %]
+ </label>
</td>
<td>
[% IF settings.${name}.is_enabled %]