Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 34... Línea 34...
34
    }
34
    }
35
}}
35
}}
36
<div class="col-auto">
36
<div class="col-auto">
37
    <label>
37
    <label>
38
        {{#str}}show{{/str}}
38
        {{#str}}show{{/str}}
39
        <select name="perpage" class="mt-1 custom-select ignoredirty" id="{{uniqid}}">
39
        <select name="perpage" class="mt-1 form-select ignoredirty" id="{{uniqid}}">
40
            {{#options}}
40
            {{#options}}
41
                <option value="{{value}}" {{#selected}}selected{{/selected}}>{{name}}</option>
41
                <option value="{{value}}" {{#selected}}selected{{/selected}}>{{name}}</option>
42
            {{/options}}
42
            {{/options}}
43
        </select>
43
        </select>
44
    </label>
44
    </label>