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
 
Línea 35... Línea 35...
35
}}
35
}}
36
 
36
 
37
{{#settings}}
37
{{#settings}}
38
<div data-region="settings" class="p-3">
38
<div data-region="settings" class="p-3">
39
    <h3 class="h6 font-weight-bold">{{#str}} privacy, message {{/str}}</h3>
39
    <h3 class="h6 fw-bold">{{#str}} privacy, message {{/str}}</h3>
40
    <p>{{#str}} privacy_desc, message {{/str}}</p>
40
    <p>{{#str}} privacy_desc, message {{/str}}</p>
41
    <div data-preference="blocknoncontacts" class="mb-3">
41
    <div data-preference="blocknoncontacts" class="mb-3">
42
        <fieldset>
42
        <fieldset>
43
            <legend class="sr-only">{{#str}} contactableprivacy, message {{/str}}</legend>
43
            <legend class="visually-hidden">{{#str}} contactableprivacy, message {{/str}}</legend>
44
            {{#privacy}}
44
            {{#privacy}}
45
                <div class="custom-control custom-radio mb-2">
45
                <div class="form-check mb-2">
46
                    <input
46
                    <input
47
                        type="radio"
47
                        type="radio"
48
                        name="message_blocknoncontacts"
48
                        name="message_blocknoncontacts"
49
                        class="custom-control-input"
49
                        class="form-check-input"
50
                        id="block-noncontacts-{{uniqid}}-{{value}}"
50
                        id="block-noncontacts-{{uniqid}}-{{value}}"
51
                        value="{{value}}"
51
                        value="{{value}}"
52
                    >
52
                    >
53
                    <label class="custom-control-label ml-2" for="block-noncontacts-{{uniqid}}-{{value}}">
53
                    <label class="form-check-label ms-2" for="block-noncontacts-{{uniqid}}-{{value}}">
54
                        {{text}}
54
                        {{text}}
55
                    </label>
55
                    </label>
56
                </div>
56
                </div>
57
            {{/privacy}}
57
            {{/privacy}}
Línea 58... Línea 58...
58
        </fieldset>
58
        </fieldset>
59
    </div>
59
    </div>
60
 
60
 
Línea 61... Línea 61...
61
    <div class="hidden" data-region="notification-preference-container">
61
    <div class="hidden" data-region="notification-preference-container" role="group" aria-labelledby="notification-preferences-header-{{uniqid}}">
62
        <h3 class="mb-2 mt-4 h6 font-weight-bold">{{#str}} notificationpreferences, core_message {{/str}}</h3>
62
        <h3 class="mb-2 mt-4 h6 fw-bold" id="notification-preferences-header-{{uniqid}}">{{#str}} notificationpreferences, core_message {{/str}}</h3>
63
    </div>
63
    </div>
64
 
64
 
65
    <h3 class="mb-2 mt-4 h6 font-weight-bold">{{#str}} general, core {{/str}}</h3>
65
    <h3 class="mb-2 mt-4 h6 fw-bold">{{#str}} general, core {{/str}}</h3>
66
    <div data-preference="entertosend">
66
    <div data-preference="entertosend">
67
        <div class="custom-control custom-switch">
67
        <div class="form-check form-switch">
68
            <input type="checkbox" class="custom-control-input" id="enter-to-send-{{uniqid}}" {{#entertosend}}checked{{/entertosend}}>
68
            <input type="checkbox" class="form-check-input" id="enter-to-send-{{uniqid}}" {{#entertosend}}checked{{/entertosend}}>
69
            <label class="custom-control-label" for="enter-to-send-{{uniqid}}">
69
            <label class="form-check-label" for="enter-to-send-{{uniqid}}">
70
                {{#str}} useentertosend, core_message {{/str}}
70
                {{#str}} useentertosend, core_message {{/str}}
71
            </label>
-
 
72
        </div>
71
            </label>
-
 
72
        </div>