diff options
Diffstat (limited to 'template')
-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> |