mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-34574 accessibility compliance for mymobile theme: Add forform input text and select tag
This commit is contained in:
parent
470d47f512
commit
8ee97ac2e5
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user