Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 49... Línea 49...
49
    <a href="{{{url}}}" class="reduce-sections">
49
    <a href="{{{url}}}" class="reduce-sections">
50
        {{#pix}}t/switch_minus, moodle, {{#str}} reducesections, moodle {{/str}}{{/pix}}
50
        {{#pix}}t/switch_minus, moodle, {{#str}} reducesections, moodle {{/str}}{{/pix}}
51
    </a>
51
    </a>
52
    {{/decrease}}
52
    {{/decrease}}
53
    {{#addsections}}
53
    {{#addsections}}
54
 
-
 
55
    <a href="{{{url}}}"
54
        <a href="{{{url}}}"
56
        class="btn add-section d-flex justify-content-center align-items-center p-3"
55
           class="w-100 btn add-section justify-content-center align-items-center p-3"
57
        data-add-sections="{{title}}"
56
           data-add-sections="{{title}}"
58
        data-new-sections="{{newsection}}"
57
           data-new-sections="{{newsection}}"
59
        data-action="addSection"
58
           data-action="addSection"
60
        {{#insertafter}} data-id="{{id}}" {{/insertafter}}
59
            {{#insertafter}} data-id="{{id}}" {{/insertafter}}
61
    >
60
        >
62
        {{#pix}} t/add, core {{/pix}}
61
            {{#pix}} t/add, core {{/pix}}
63
        {{title}}
62
            {{title}}
64
    </a>
63
        </a>
-
 
64
        <div class="d-none p-3 max-section-alert" data-region="max-sections-warning">
-
 
65
            <div class="w-100 text-center">
-
 
66
                {{#pix}}t/block, moodle{{/pix}}
-
 
67
            </div>
-
 
68
            <div class="w-100 fst-italic text-center">
-
 
69
                {{#str}}maxsectionaddmessage, core_courseformat{{/str}}
-
 
70
            </div>
65
 
71
        </div>
66
    {{/addsections}}
72
    {{/addsections}}
67
</div>
73
</div>
68
{{/showaddsection}}
74
{{/showaddsection}}