Changed outage page section names, basic update page structure created.

This commit is contained in:
Daniel Thee Roperto
2016-08-30 18:38:56 +10:00
parent 0dea3d39a9
commit 72d77aea89
3 changed files with 68 additions and 10 deletions

View File

@@ -45,9 +45,9 @@ if ($hassiteconfig) {
$ADMIN->add('auth_outage', $settings);
// Clear '$settings' to prevent adding again outsite category.
$settings = null;
// Add list page.
// Add options.
$ADMIN->add('auth_outage',
new admin_externalpage('auth_outage_list', 'Outage List',
new admin_externalpage('auth_outage_manage', 'Manage',
new moodle_url($CFG->wwwroot . '/auth/outage/list.php')
));
}