Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 29... Línea 29...
29
        "stateHelpIcon": "(help me)"
29
        "stateHelpIcon": "(help me)"
30
    }
30
    }
31
}}
31
}}
32
<form>
32
<form>
33
<p>
33
<p>
34
<label for="bulk-state" class="mr-2">
34
<label for="bulk-state" class="me-2">
35
{{#str}}publishstate, core_notes{{/str}}
35
{{#str}}publishstate, core_notes{{/str}}
36
</label>
36
</label>
37
<select name="state" id="bulk-state" class="custom-select">
37
<select name="state" id="bulk-state" class="form-select">
38
{{#stateNames}}
38
{{#stateNames}}
39
    <option value="{{value}}" {{#selected}}selected{{/selected}}>{{label}}</option>
39
    <option value="{{value}}" {{#selected}}selected{{/selected}}>{{label}}</option>
40
{{/stateNames}}
40
{{/stateNames}}
41
</select>
41
</select>
42
{{{stateHelpIcon}}}
42
{{{stateHelpIcon}}}
43
</p>
43
</p>
44
<p>
44
<p>
45
<label for="bulk-note">
45
<label for="bulk-note">
46
<span class="sr-only">{{#str}}note, core_notes{{/str}}</span>
46
<span class="visually-hidden">{{#str}}note, core_notes{{/str}}</span>
47
</label>
47
</label>
48
<textarea id="bulk-note" rows="3" data-max-rows="10" data-auto-rows="true" cols="30" class="form-control"></textarea>
48
<textarea id="bulk-note" rows="3" data-max-rows="10" data-auto-rows="true" cols="30" class="form-control"></textarea>
49
</p>
49
</p>
50
</form>
50
</form>
51
{{#js}}
51
{{#js}}