mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
MDL-20438 added a link to toggle the plugins check page back to the shorter list
This commit is contained in:
parent
5344ddd116
commit
a687fcac7a
@ -667,6 +667,10 @@ class core_admin_renderer extends plugin_renderer_base {
|
||||
$out .= html_writer::link(new moodle_url('/admin/index.php',
|
||||
array('confirmupgrade' => 1, 'confirmrelease' => 1, 'showallplugins' => 1)),
|
||||
get_string('somehighlightedinfo', 'core_plugin'));
|
||||
} else {
|
||||
$out .= html_writer::link(new moodle_url('/admin/index.php',
|
||||
array('confirmupgrade' => 1, 'confirmrelease' => 1, 'showallplugins' => 0)),
|
||||
get_string('somehighlightedonly', 'core_plugin'));
|
||||
}
|
||||
$out .= $this->output->container_end();
|
||||
}
|
||||
|
@ -54,6 +54,7 @@ $string['rootdir'] = 'Directory';
|
||||
$string['settings'] = 'Settings';
|
||||
$string['somehighlighted'] = 'Number of plugins requiring attention during this upgrade: {$a}';
|
||||
$string['somehighlightedinfo'] = 'Display the full list of installed plugins';
|
||||
$string['somehighlightedonly'] = 'Display only plugins requiring your attention';
|
||||
$string['source'] = 'Source';
|
||||
$string['sourceext'] = 'Contributed';
|
||||
$string['sourcestd'] = 'Standard';
|
||||
|
Loading…
x
Reference in New Issue
Block a user