Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 97... Línea 97...
97
        </label>
97
        </label>
98
    {{/label}}
98
    {{/label}}
99
    {{#helpicon}}
99
    {{#helpicon}}
100
        {{>core/help_icon}}
100
        {{>core/help_icon}}
101
    {{/helpicon}}
101
    {{/helpicon}}
102
    <select {{#attributes}}{{name}}="{{value}}" {{/attributes}} id="{{id}}" class="custom-select {{classes}}" name="{{name}}"
102
    <select {{#attributes}}{{name}}="{{value}}" {{/attributes}} id="{{id}}" class="form-select {{classes}}" name="{{name}}"
103
    {{#title}}title="{{.}}"{{/title}} {{#disabled}}disabled{{/disabled}}>
103
    {{#title}}title="{{.}}"{{/title}} {{#disabled}}disabled{{/disabled}}>
104
    {{#options}}
104
    {{#options}}
105
        {{#optgroup}}
105
        {{#optgroup}}
106
            <optgroup label="{{name}}">
106
            <optgroup label="{{name}}">
107
                {{#options}}
107
                {{#options}}
Línea 113... Línea 113...
113
            <option {{ignore}} value="{{value}}" {{#selected}}selected{{/selected}}>{{{name}}}</option>
113
            <option {{ignore}} value="{{value}}" {{#selected}}selected{{/selected}}>{{{name}}}</option>
114
        {{/optgroup}}
114
        {{/optgroup}}
115
    {{/options}}
115
    {{/options}}
116
    </select>
116
    </select>
117
    <noscript>
117
    <noscript>
118
        <input type="submit" class="btn btn-secondary ml-1" value="{{#str}}go, core{{/str}}">
118
        <input type="submit" class="btn btn-secondary ms-1" value="{{#str}}go, core{{/str}}">
119
    </noscript>
119
    </noscript>
120
</div>
120
</div>
121
121