summaryrefslogtreecommitdiffstats
path: root/template/en/default/account/prefs/email.html.tmpl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-07-27 03:11:45 +0200
committergerv%gerv.net <>2002-07-27 03:11:45 +0200
commit65757d427b6a889511259145378eceb741662389 (patch)
treed8b0f261ce71f1542de8127ad3da35abab73d933 /template/en/default/account/prefs/email.html.tmpl
parent7827fe4d51198f046c5ab3c025f855cfee8d02c4 (diff)
downloadbugzilla-65757d427b6a889511259145378eceb741662389.tar.gz
bugzilla-65757d427b6a889511259145378eceb741662389.tar.xz
Bug 123740 - Add <label> to email prefs. Patch by burnus@gmx.de; 2xr=gerv.
Diffstat (limited to 'template/en/default/account/prefs/email.html.tmpl')
-rw-r--r--template/en/default/account/prefs/email.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/account/prefs/email.html.tmpl b/template/en/default/account/prefs/email.html.tmpl
index 4205aee07..e14ea9910 100644
--- a/template/en/default/account/prefs/email.html.tmpl
+++ b/template/en/default/account/prefs/email.html.tmpl
@@ -83,8 +83,8 @@
<tr>
<td width="150"></td>
<td>
- Only email me reports of changes made by other people
- <input type="checkbox" name="ExcludeSelf" value="on"
+ <label for="ExcludeSelf">Only email me reports of changes made by other people</label>
+ <input type="checkbox" name="ExcludeSelf" id="ExcludeSelf" value="on"
[% " checked" IF excludeself %]>
<br>
</td>