Commit 65757d42 authored by gerv%gerv.net's avatar gerv%gerv.net

Bug 123740 - Add <label> to email prefs. Patch by burnus@gmx.de; 2xr=gerv.

parent 7827fe4d
...@@ -83,8 +83,8 @@ ...@@ -83,8 +83,8 @@
<tr> <tr>
<td width="150"></td> <td width="150"></td>
<td> <td>
Only email me reports of changes made by other people <label for="ExcludeSelf">Only email me reports of changes made by other people</label>
<input type="checkbox" name="ExcludeSelf" value="on" <input type="checkbox" name="ExcludeSelf" id="ExcludeSelf" value="on"
[% " checked" IF excludeself %]> [% " checked" IF excludeself %]>
<br> <br>
</td> </td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment