{{! This file is part of Moodle - http://moodle.org/ Moodle is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the 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 of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Moodle. If not, see . }} {{! @template format_tiles/admin_setting_tabs This template is a slightly modified clone of the theme_boost/admin_setting_tabs template. Example context (json): { "documentationurl": "http://evolutioncode.uk", "sesskey": "abcde13455", "isregistered": 1, "tabs": [ { "name": "tab1", "active": 0, "displayname": "Inactive tab1", "html": "

Tab 1 content

", "iscolourstab": "1" }, { "name": "tab2", "active": 1, "displayname": "Active tab2", "html": "

Tab 2 content

", "iscolourstab": "0" } ] } }}
{{#documentationurl}} {{#str}}documentation, format_tiles{{/str}} {{/documentationurl}} {{#str}}contactdeveloper, format_tiles{{/str}}
{{^isregistered}}
{{#str}}notregistered, format_tiles{{/str}} {{{registerhelpicon}}} {{#str}}register, format_tiles{{/str}}
{{/isregistered}}
{{#tabs}}
{{#iscolourstab}} {{>format_tiles/admin_settings_colours_tab_header}} {{/iscolourstab}} {{{html}}}
{{/tabs}}