Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 43... Línea 43...
43
            }
43
            }
44
        ]
44
        ]
45
    }
45
    }
46
}}
46
}}
47
<div class="dropdown d-flex">
47
<div class="dropdown d-flex">
48
    <button aria-label="{{#str}}actionsmenu{{/str}}" class="btn btn-secondary dropdown-toggle" id="dropdown-actions" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
48
    <button aria-label="{{#str}}actionsmenu{{/str}}" class="btn btn-secondary dropdown-toggle" id="dropdown-actions" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
49
        {{#str}}more, core_contentbank{{/str}}
49
        {{#str}}more, core_contentbank{{/str}}
50
    </button>
50
    </button>
51
    {{! dropdown-menu-right style to fix RTL placement }}
51
    {{! dropdown-menu-end style to fix RTL placement }}
52
    <div class="dropdown-menu dropdown-menu-right" aria-labelledby="dropdown-actions">
52
    <div class="dropdown-menu dropdown-menu-end" aria-labelledby="dropdown-actions">
53
        {{#options}}
53
        {{#options}}
54
            <a class="dropdown-item {{extraclasses}}" {{#attributes}}{{name}}="{{value}}"{{/attributes}} href="{{url}}">{{label}}</a>
54
            <a class="dropdown-item {{extraclasses}}" {{#attributes}}{{name}}="{{value}}"{{/attributes}} href="{{url}}">{{label}}</a>
55
        {{/options}}
55
        {{/options}}
56
    </div>
56
    </div>
57
</div>
57
</div>