Línea 28... |
Línea 28... |
28 |
class="bulkEnable btn text-primary text-nowrap"
|
28 |
class="bulkEnable btn text-primary text-nowrap"
|
29 |
data-for="enableBulk" data-coursename="{{coursename}}"
|
29 |
data-for="enableBulk" data-coursename="{{coursename}}"
|
30 |
{{#sectiontitle}} data-sectiontitle="{{.}}" {{/sectiontitle}}
|
30 |
{{#sectiontitle}} data-sectiontitle="{{.}}" {{/sectiontitle}}
|
31 |
{{#sectionname}} data-sectionname="{{.}}" {{/sectionname}}
|
31 |
{{#sectionname}} data-sectionname="{{.}}" {{/sectionname}}
|
32 |
>
|
32 |
>
|
33 |
{{#str}} bulkedit, core_courseformat {{/str}} {{#pix}} i/edit, core {{/pix}}
|
33 |
{{#str}} bulkedit, core_courseformat {{/str}} {{#pix}} i/bulk_edit, core {{/pix}}
|
34 |
</button>
|
34 |
</button>
|
35 |
{{#js}}
|
35 |
{{#js}}
|
36 |
require(['core_courseformat/local/content/bulkedittoggler'], function(component) {
|
36 |
require(['core_courseformat/local/content/bulkedittoggler'], function(component) {
|
37 |
component.init('#bulk-enable-{{uniqid}}');
|
37 |
component.init('#bulk-enable-{{uniqid}}');
|
38 |
});
|
38 |
});
|