diff options
author | gerv%gerv.net <> | 2002-07-27 03:11:45 +0200 |
---|---|---|
committer | gerv%gerv.net <> | 2002-07-27 03:11:45 +0200 |
commit | 65757d427b6a889511259145378eceb741662389 (patch) | |
tree | d8b0f261ce71f1542de8127ad3da35abab73d933 | |
parent | 7827fe4d51198f046c5ab3c025f855cfee8d02c4 (diff) | |
download | bugzilla-65757d427b6a889511259145378eceb741662389.tar.gz bugzilla-65757d427b6a889511259145378eceb741662389.tar.xz |
Bug 123740 - Add <label> to email prefs. Patch by burnus@gmx.de; 2xr=gerv.
-rw-r--r-- | template/en/default/account/prefs/email.html.tmpl | 4 |
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> |