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
                }
39
                }
40
            ]
40
            ]
41
        }
41
        }
Línea 42... Línea 42...
42
 
42
 
43
}}
43
}}
44
<div class="btn-group mr-1" role="group">
44
<div class="btn-group me-1" role="group">
45
    <button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown" data-action="{{name}}-content"
45
    <button type="button" class="btn btn-primary dropdown-toggle" data-bs-toggle="dropdown" data-action="{{name}}-content"
46
            aria-haspopup="true" aria-expanded="false" {{^contenttypes}}title="{{#str}}nocontenttypes, core_contentbank{{/str}}"
46
            aria-haspopup="true" aria-expanded="false" {{^contenttypes}}title="{{#str}}nocontenttypes, core_contentbank{{/str}}"
47
            disabled{{/contenttypes}}>
47
            disabled{{/contenttypes}}>
48
        {{#name}} {{name}} {{/name}}
48
        {{#name}} {{name}} {{/name}}
49
    </button>
49
    </button>
50
    <div class="dropdown-menu dropdown-scrollable dropdown-menu-right">
50
    <div class="dropdown-menu dropdown-scrollable dropdown-menu-end">
51
        {{#contenttypes}}
51
        {{#contenttypes}}
52
            {{#types}}
52
            {{#types}}
53
                {{^typeeditorparams}}
53
                {{^typeeditorparams}}
54
                    <h6 class="dropdown-header">{{ typename }}</h6>
54
                    <h6 class="dropdown-header">{{ typename }}</h6>