Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 26... Línea 26...
26
        "headingeditable": "Demo",
26
        "headingeditable": "Demo",
27
        "movetitle": "Move column 'Demo'"
27
        "movetitle": "Move column 'Demo'"
28
    }
28
    }
29
}}
29
}}
30
<div class="d-flex justify-content-start">
30
<div class="d-flex justify-content-start">
31
    <div class="mr-2">
31
    <div class="me-2">
32
        {{>core/drag_handle}}
32
        {{>core/drag_handle}}
33
    </div>
33
    </div>
34
    <div class="w-100">
34
    <div class="w-100">
35
        <div class="d-flex justify-content-between mb-2">
35
        <div class="d-flex justify-content-between mb-2">
36
            <small class="text-muted text-nowrap text-uppercase">{{entityname}} &bull; {{name}}</small>
36
            <small class="text-muted text-nowrap fw-normal text-uppercase">{{entityname}} &bull; {{name}}</small>
37
            <span class="text-nowrap">
37
            <span class="text-nowrap">
38
                <button class="btn btn-link p-0"
38
                <button class="btn btn-link p-0"
39
                        data-action="report-remove-column"
39
                        data-action="report-remove-column"
40
                        type="button"
40
                        type="button"
41
                        title="{{#str}}deletecolumn, core_reportbuilder, {{{name}}}{{/str}}"
41
                        title="{{#str}}deletecolumn, core_reportbuilder, {{{name}}}{{/str}}"
Línea 43... Línea 43...
43
                    {{#pix}}e/cancel, core{{/pix}}
43
                    {{#pix}}e/cancel, core{{/pix}}
44
                </button>
44
                </button>
45
            </span>
45
            </span>
46
        </div>
46
        </div>
47
        <h3 class="h5 text-nowrap">{{{headingeditable}}}</h3>
47
        <h3 class="h5 text-nowrap">{{{headingeditable}}}</h3>
48
        <small class="text-muted text-nowrap">{{{aggregationeditable}}}</small>
48
        <small class="text-muted text-nowrap fw-normal">{{{aggregationeditable}}}</small>
49
    </div>
49
    </div>
50
</div>
50
</div>