Rev 1 | AutorÃa | Comparar con el anterior | Ultima modificación | Ver Log |
{{!This file is part of Moodle - http://moodle.org/Moodle is free software: you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation, either version 3 of the License, or(at your option) any later version.Moodle is distributed in the hope that it will be useful,but WITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See theGNU General Public License for more details.You should have received a copy of the GNU General Public Licensealong with Moodle. If not, see <http://www.gnu.org/licenses/>.}}{{!@template core_reportbuilder/local/filters/areaTemplate for system report filters areaExample context (json):{"contextid": 1,"filtersapplied": 3,"filtersform": "form"}}}{{! Filters button }}<button class="btn btn-outline-secondary ms-2" type="button" id="dropdownFiltersButton" data-bs-toggle="dropdown" data-bs-auto-close="outside" aria-haspopup="true" aria-expanded="false" title="{{#str}} filters, moodle {{/str}}">{{#pix}} i/filter, core {{/pix}}<span data-region="filter-button-label">{{#filtersapplied}} {{#str}} filtersappliedx, core_reportbuilder, {{filtersapplied}} {{/str}} {{/filtersapplied}}{{^filtersapplied}} {{#str}} filters, moodle {{/str}} {{/filtersapplied}}</span></button>{{! Filters content }}<div class="filters-dropdown dropdown-menu dropdown-menu-end moodle-has-zindex" aria-labelledby="dropdownFiltersButton"><div id="filters" class="reportbuilder-filters-sidebar scroll-shadow" data-region="report-filters"><div class="px-3 pt-3">{{#filtersform}}<div class="reportbuilder-filters-wrapper" data-region="filters-form">{{{filtersform}}}</div>{{/filtersform}}</div></div></div>{{#js}}require(['core_reportbuilder/filters'], function(filters) {filters.init('reportbuilder-report-{{uniqid}}', {{contextid}});});{{/js}}