AutorÃa | 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_courseformat/local/content/cm/availabilitymodalDisplays the activity availability modal form.Example context (json):{"allowstealth": true}}}<div class="d-flex flex-column p-3"><form><div class="d-flex flex-row align-items-start py-3 border-bottom"><inputclass="mt-3 mx-2"type="radio"id="showRadio"name="option"value="cmShow"aria-describedby="showRadio_help"><div class="icon-box mx-2">{{#pix}} t/hide, core {{/pix}}</div><div class="w-100"><label class="mb-1" for="showRadio">{{#str}} availability_show, core_courseformat {{/str}}</label><div id="showRadio_help" class="small text-muted">{{#str}} availability_show_help, core_courseformat {{/str}}</div></div></div><div class="d-flex flex-row align-items-start py-3 {{#allowstealth}} border-bottom {{/allowstealth}}"><inputclass="mt-3 mx-2"type="radio"id="hideRadio"name="option"value="cmHide"aria-describedby="hideRadio_help"><div class="icon-box mx-2">{{#pix}} t/show, core {{/pix}}</div><div class="w-100"><label class="mt-1" for="hideRadio">{{#str}} availability_hide, core_courseformat {{/str}}</label><div id="hideRadio_help" class="small text-muted">{{#str}} availability_hide_help, core_courseformat {{/str}}</div></div></div>{{#allowstealth}}<div class="d-flex flex-row align-items-start py-3"><inputclass="mt-3 mx-2"type="radio"id="stealthRadio"name="option"value="cmStealth"aria-describedby="stealthRadio_help"><div class="icon-box mx-2">{{#pix}} t/stealth, core {{/pix}}</div><div class="w-100"><label class="mt-1" for="stealthRadio">{{#str}} availability_stealth, core_courseformat {{/str}}</label><div id="stealthRadio_help" class="small text-muted">{{#str}} availability_stealth_help, core_courseformat {{/str}}</div></div></div>{{/allowstealth}}</form></div>