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/datafilter/filter_rowTemplate for use by each filter condition.Context variables required for this template:* filtertypes - Array of filter types available.Example context (json):{"filtertypes": [{"name": "status","title": "Status"}],"rownumber": 1}}}<div data-filterregion="filter" data-filter-type=""><fieldset><legend class="visually-hidden">{{#str}}filterrowlegend, core, {{rownumber}}{{/str}}</legend><div class="border-radius my-2 p-2 bg-white border d-flex flex-wrap flex-column flex-md-row align-items-md-center gap-2 mx-0"><div class="d-flex flex-column flex-md-row align-items-md-center my-1"><label for="core-filter_row-jointype-{{uniqid}}" class="me-md-2 mb-md-0">{{#str}}match{{/str}}</label><select class="form-select" data-filterfield="join" id="core-filter_row-jointype-{{uniqid}}"><option value="0">{{#str}}none{{/str}}</option><option selected=selected value="1">{{#str}}any{{/str}}</option><option value="2">{{#str}}all{{/str}}</option></select></div><label class="visually-hidden pt-2 my-1" for="core-filter_row-filtertype-{{uniqid}}">{{#str}}filtertype{{/str}}</label><select class="form-select" data-filterfield="type" id="core-filter_row-filtertype-{{uniqid}}"><option value="">{{#str}}selectfiltertype{{/str}}</option>{{#filtertypes}}<option value="{{name}}">{{title}}</option>{{/filtertypes}}</select><div data-filterregion="value" class="d-flex flex-column flex-md-row align-items-md-center gap-2"></div><button data-filteraction="remove" class="ms-auto icon-no-margin icon-size-4 btn text-reset" aria-label="{{#str}}clearfilterrow{{/str}}">{{#pix}}e/cancel_solid_circle{{/pix}}</button></div><div data-filterregion="joinadverb" class="ps-1 text-uppercase fw-bold"><div data-filterverbfor="0">{{#str}}operator_andnot{{/str}}</div><div data-filterverbfor="1">{{#str}}operator_or{{/str}}</div><div data-filterverbfor="2">{{#str}}operator_and{{/str}}</div></div></fieldset></div>