mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
admin/repository MDL-15402 Checking in code from Mark Nelson @ Pukunui.com.au. Thanks, Mark and Shane! This patch updates the repository admin interface to look more like Filters management
This commit is contained in:
parent
b8cea715b8
commit
7969834463
6 changed files with 202 additions and 174 deletions
|
@ -233,7 +233,7 @@ if ($hassiteconfig) {
|
|||
$ADMIN->add('repositorysettings',
|
||||
new admin_externalpage('repositorysettings'.$repositorytype->get_typename(),
|
||||
$repositorytype->get_readablename(),
|
||||
$url . '?edit=' . $repositorytype->get_typename()),
|
||||
$url . '?action=edit&repos=' . $repositorytype->get_typename()),
|
||||
'moodle/site:config');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue