MDL-34574 accessibility compliance for mymobile theme: Add forform input text and select tag

This commit is contained in:
Rossiani Wijaya 2012-07-27 18:16:38 +08:00
parent 470d47f512
commit 8ee97ac2e5

View File

@ -210,7 +210,7 @@ echo $OUTPUT->doctype() ?>
<div data-role="fieldcontain" id="sliderdiv">
<label for="slider"><?php p(get_string('mtoggle','theme_mymobile')); ?>:</label>
<select name="slider" class="slider" data-role="slider">
<select name="slider" class="slider" data-role="slider" id="slider">
<option value="on">On</option>
<option value="off">Off</option>
</select>