Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 24... Línea 24...
24
        "id": 1,
24
        "id": 1,
25
        "heading": "Date modified",
25
        "heading": "Date modified",
26
        "entityname": "Course"
26
        "entityname": "Course"
27
    }
27
    }
28
}}
28
}}
29
<div class="condition list-group-item list-group-item-action text-dark" data-region="active-condition"
29
<div class="condition list-group-item list-group-item-action border rounded" data-region="active-condition"
30
        data-condition-id="{{id}}" data-condition-name="{{heading}}" data-condition-position="{{sortorder}}">
30
        data-condition-id="{{id}}" data-condition-name="{{heading}}" data-condition-position="{{sortorder}}">
31
    <div class="condition-header d-flex align-items-center">
31
    <div class="condition-header d-flex align-items-center mb-1 border rounded p-2">
32
        <span class="btn btn-secondary p-1 mr-2">{{>core/drag_handle}}</span>
32
        <span class="btn btn-secondary p-1 mr-2">{{>core/drag_handle}}</span>
33
        <div>
33
        <div>
34
            <div class="d-flex">
34
            <div class="d-flex">
35
                <small class="text-muted text-uppercase">{{entityname}} &bull; {{heading}}</small>
35
                <small class="text-muted">{{entityname}} &bull; {{heading}}</small>
36
            </div>
36
            </div>
37
        </div>
37
        </div>
38
        <button class="btn btn-link p-0 ml-auto"
38
        <button class="btn btn-link p-0 ml-auto"
39
                type="button"
39
                type="button"
40
                data-action="report-remove-condition"
40
                data-action="report-remove-condition"
41
                title="{{#str}}deletecondition, core_reportbuilder, {{{heading}}}{{/str}}"
41
                title="{{#str}}deletecondition, core_reportbuilder, {{{heading}}}{{/str}}"
42
                aria-label="{{#str}}deletecondition, core_reportbuilder, {{{heading}}}{{/str}}">
42
                aria-label="{{#str}}deletecondition, core_reportbuilder, {{{heading}}}{{/str}}">
43
                <span class="btn btn-danger p-1">
43
                <span class="btn btn-danger p-1">
44
                    <svg width="20" height="20" fill="none" viewBox="0 0 24 24">
-
 
45
                        <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M17.25 6.75L6.75 17.25"></path>
-
 
46
                        <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6.75 6.75L17.25 17.25"></path>
-
 
47
                    </svg>
44
                    {{#pix}}e/cancel, core{{/pix}}
48
                </span>
45
                </span>
49
        </button>
46
        </button>
50
    </div>
47
    </div>