{{! 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 core_admin/setting_manage_plugins Admin plugin management template. Context variables required for this template: * plugins Example context (json): { "infocolumnname": "Food", "plugins": [ { "enabled": true, "plugin": "Forum", "info": "Lettuce", "movedownlink": "#", "toggletarget": false, "togglelink": "#", "settingslink": "#", "uninstalllink": "#" }, { "enabled": false, "plugin": "Database", "info": "Cheese", "moveuplink": "#", "toggletarget": true, "togglelink": "#", "settingslink": "#", "uninstalllink": "#" } ] } }} {{#infocolumnname}} {{/infocolumnname}} {{#plugins}} {{#infocolumnname}} {{/infocolumnname}} {{/plugins}}
{{#str}}name, moodle{{/str}}{{infocolumnname}}{{#str}}order, moodle{{/str}} {{#str}}isenabled, plugin{{/str}} {{#str}}settings, moodle{{/str}} {{#str}}uninstall, plugin{{/str}}
{{plugin}} {{info}} {{#moveuplink}} {{#pix}}t/up, moodle, {{#str}} up, moodle {{/str}}{{/pix}} {{/moveuplink}} {{^moveuplink}} {{#pix}}spacer, moodle{{/pix}} {{/moveuplink}} {{#movedownlink}} {{#pix}}t/down, moodle, {{#str}} down, moodle {{/str}}{{/pix}} {{/movedownlink}} {{^movedownlink}} {{#pix}}spacer, moodle{{/pix}} {{/movedownlink}} {{#toggletarget}} {{#pix}}i/show, moodle, {{#str}} enable, moodle {{/str}}{{/pix}} {{/toggletarget}} {{^toggletarget}} {{#pix}}i/hide, moodle, {{#str}} disable, moodle {{/str}}{{/pix}} {{/toggletarget}} {{#settingslink}} {{#str}}settings,plugin{{/str}} {{/settingslink}} {{#uninstalllink}} {{#str}}uninstall,plugin{{/str}} {{/uninstalllink}}