{{!
    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 <http://www.gnu.org/licenses/>.
}}
{{!
    @template format_tiles/admin_settings_colours_tab_header
    This template is a slightly modified clone of the theme_boost/admin_setting_tabs template.

    Example context (json):
    {"sesskey": "abcde12345"}
}}
<h3>{{#str}}setavailabletilecolours, format_tiles{{/str}}</h3>
<div>{{#str}}tilecolourgeneral_descr, format_tiles{{/str}}</div>

<h3>{{#str}}resetcolours, format_tiles{{/str}}</h3>
<div class="row">
    <div class="col-sm-3">
        {{#str}}resetcolours, format_tiles{{/str}}
    </div>
    <div class="col-sm-9">
        <a href="{{{config.wwwroot}}}/course/format/tiles/editor/admintools.php?action=resetcolours&sesskey={{sesskey}}" class="btn btn-primary">
            {{#str}}resetallcoursecolours, format_tiles{{/str}}
        </a>
        <div class="mt-3">{{#str}}resetcolours_desc, format_tiles{{/str}}</div>
    </div>
</div>

