2 This file is part of Moodle - http://moodle.org/
3 Moodle is free software: you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by
5 the Free Software Foundation, either version 3 of the License, or
6 (at your option) any later version.
7 Moodle is distributed in the hope that it will be useful,
8 but WITHOUT ANY WARRANTY; without even the implied warranty of
9 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 GNU General Public License for more details.
11 You should have received a copy of the GNU General Public License
12 along with Moodle. If not, see <http://www.gnu.org/licenses/>.
15 @template core_course/participants_actionbar
17 Displays the tertiary nav for the participants page
19 Context variables required for this template:
20 * urlselect Object - The content to be rendered within the url_select
21 * renderedcontent String - Any additional content/actions to be displayed inline with the select box
23 Example context (json):
26 "formid": "url_select_f61834256d7754158",
27 "classes": "urlselect",
31 "id":"url_select61834256d7754159",
32 "sesskey":"LWILINyZMH",
33 "action":"http:\/\/localhost\/stable_master\/course\/jumpto.php",
41 "name":"Enrolled users",
42 "value":"\/user\/index.php?id=4",
46 "name":"Enrolment methods",
47 "value":"\/enrol\/instances.php?id=4",
58 "value":"\/group\/index.php?id=4",
63 "value":"\/group\/groupings.php?id=4",
68 "value":"\/group\/overview.php?id=4",
79 "value":"\/admin\/roles\/permissions.php?contextid=279",
84 "value":"\/enrol\/otherusers.php?id=4",
88 "name":"Check permissions",
89 "value":"\/admin\/roles\/check.php?contextid=279",
99 "renderedcontent":"<div data-region=\"wrapper\" data-table-uniqueid=\"user-index-participants-4\"><\/div>"
102 <div class="container-fluid tertiary-navigation" id="action_bar">
105 <div class="navitem">
106 {{> core/url_select }}
110 <div class="navitem">
111 {{{renderedcontent}}}