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
        <button
39
        <button
40
            class="btn btn-icon btn-secondary drawertoggle icon-no-margin d-block"
40
            class="btn btn-icon btn-secondary drawertoggle icon-no-margin d-block"
41
            data-toggler="drawers"
41
            data-toggler="drawers"
42
            data-action="closedrawer"
42
            data-action="closedrawer"
43
            data-target="{{$id}}{{/id}}"
43
            data-target="{{$id}}{{/id}}"
44
            data-toggle="tooltip"
44
            data-bs-toggle="tooltip"
45
            data-placement="{{$tooltipplacement}}right{{/tooltipplacement}}"
45
            data-bs-placement="{{$tooltipplacement}}right{{/tooltipplacement}}"
46
            title="{{$closebuttontext}}{{#str}}closedrawer, core{{/str}}{{/closebuttontext}}"
46
            title="{{$closebuttontext}}{{#str}}closedrawer, core{{/str}}{{/closebuttontext}}"
47
        >
47
        >
48
            <svg width="24" height="24" fill="none" viewBox="0 0 24 24">
48
            <svg width="24" height="24" fill="none" viewBox="0 0 24 24">
49
                <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M17.25 6.75L6.75 17.25"></path>
49
                <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M17.25 6.75L6.75 17.25"></path>
50
                <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6.75 6.75L17.25 17.25"></path>
50
                <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6.75 6.75L17.25 17.25"></path>