Skip to content

Commit fc3c0dd

Browse files
committed
Adds labels to scenes page
Labels for radio and checkbox inputs.
1 parent 225d9c2 commit fc3c0dd

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

www/views/scenes.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -290,23 +290,23 @@ <h2><span data-i18n="Devices">Devices</span>:</h2>
290290
<tr id="rnorm">
291291
<td align="right" style="width:80px"><label for="when"><span data-i18n="When"></span>:</label></td>
292292
<td>
293-
<input type="radio" name="when" id="when_1" value="Everyday" checked>&nbsp;<span data-i18n="Everyday"></span><br><br>
294-
<input type="radio" name="when" id="when_2" value="Weekdays">&nbsp;<span data-i18n="Weekdays"></span><br><br>
295-
<input type="radio" name="when" id="when_3" value="Weekends">&nbsp;<span data-i18n="Weekends"></span><br><br>
296-
<input type="radio" name="when" id="when_4" value="SelectedDays">&nbsp;<span data-i18n="Selected Days"></span><br><br>
293+
<input type="radio" name="when" id="when_1" value="Everyday" checked>&nbsp;<label for="when_1"><span data-i18n="Everyday"></label></span><br><br>
294+
<input type="radio" name="when" id="when_2" value="Weekdays">&nbsp;<label for="when_2"><span data-i18n="Weekdays"></span></label><br><br>
295+
<input type="radio" name="when" id="when_3" value="Weekends">&nbsp;<label for="when_3"><span data-i18n="Weekends"></span></label><br><br>
296+
<input type="radio" name="when" id="when_4" value="SelectedDays">&nbsp;<label for="when_4"><span data-i18n="Selected Days"></span></label><br><br>
297297
</td>
298298
</tr>
299299
<tr id="rnorm"><td></td></tr>
300300
<tr id="rnorm">
301301
<td align="right" style="width:80px"><label for="name"><span data-i18n="Days"></span>:</label></td>
302302
<td>
303-
<input type="checkbox" id="ChkMon" checked/>&nbsp;<span data-i18n="Monday"></span>&nbsp;
304-
<input type="checkbox" id="ChkTue" checked/>&nbsp;<span data-i18n="Tuesday"></span>&nbsp;
305-
<input type="checkbox" id="ChkWed" checked/>&nbsp;<span data-i18n="Wednesday"></span>&nbsp;
306-
<input type="checkbox" id="ChkThu" checked/>&nbsp;<span data-i18n="Thursday"></span>&nbsp;
307-
<input type="checkbox" id="ChkFri" checked/>&nbsp;<span data-i18n="Friday"></span>&nbsp;
308-
<input type="checkbox" id="ChkSat" checked/>&nbsp;<span data-i18n="Saturday"></span>&nbsp;
309-
<input type="checkbox" id="ChkSun" checked/>&nbsp;<span data-i18n="Sunday"></span>&nbsp;
303+
<input type="checkbox" id="ChkMon" checked/>&nbsp;<label for="ChkMon"><span data-i18n="Monday"></span></label>&nbsp;
304+
<input type="checkbox" id="ChkTue" checked/>&nbsp;<label for="ChkTue"><span data-i18n="Tuesday"></span></label>&nbsp;
305+
<input type="checkbox" id="ChkWed" checked/>&nbsp;<label for="ChkWed"><span data-i18n="Wednesday"></span></label>&nbsp;
306+
<input type="checkbox" id="ChkThu" checked/>&nbsp;<label for="ChkThu"><span data-i18n="Thursday"></span></label>&nbsp;
307+
<input type="checkbox" id="ChkFri" checked/>&nbsp;<label for="ChkFri"><span data-i18n="Friday"></span></label>&nbsp;
308+
<input type="checkbox" id="ChkSat" checked/>&nbsp;<label for="ChkSat"><span data-i18n="Saturday"></span></label>&nbsp;
309+
<input type="checkbox" id="ChkSun" checked/>&nbsp;<label for="ChkSun"><span data-i18n="Sunday"></span></label>&nbsp;
310310
</td>
311311
</tr>
312312
<tr id="rdays"><td></td></tr>

0 commit comments

Comments
 (0)