Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 39... Línea 39...
39
    </td>
39
    </td>
40
    <td class="participant_list_c2">
40
    <td class="participant_list_c2">
41
        <i>{{#str}}mod_form_field_participant_list_text_as, mod_bigbluebuttonbn{{/str}}</i>
41
        <i>{{#str}}mod_form_field_participant_list_text_as, mod_bigbluebuttonbn{{/str}}</i>
42
    </td>
42
    </td>
43
    <td class="participant_list_c3">
43
    <td class="participant_list_c3">
44
        <select class="participant-select custom-select" name="select-for-{{selectiontypevalue}}-{{selectionvalue}}">
44
        <select class="participant-select form-select" name="select-for-{{selectiontypevalue}}-{{selectionvalue}}">
45
            {{#roles}}
45
            {{#roles}}
46
                <option value="{{id}}" {{#isselected}}selected{{/isselected}}>{{label}}</option>
46
                <option value="{{id}}" {{#isselected}}selected{{/isselected}}>{{label}}</option>
47
            {{/roles}}
47
            {{/roles}}
48
        </select>
48
        </select>
49
    </td>
49
    </td>