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

This commit is contained in:
gerv%gerv.net 2002-07-26 18:11:45 +00:00
Родитель 8d6be5d98d
Коммит 7d22a43342
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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>