mirror of
https://github.com/moodle/moodle.git
synced 2025-04-25 10:26:17 +02:00
Merge branch 'MDL-78385' of https://github.com/paulholden/moodle
This commit is contained in:
commit
a00177fd8f
@ -1738,7 +1738,7 @@ function course_get_cm_edit_actions(cm_info $mod, $indent = -1, $sr = null) {
|
||||
$enabledclass = '';
|
||||
}
|
||||
$actions['moveleft'] = new action_menu_link_secondary(
|
||||
new moodle_url($baseurl, ['id' => $mod->id, 'indent' => '0']),
|
||||
new moodle_url($baseurl, ['id' => $mod->id, 'indent' => '-1']),
|
||||
new pix_icon($leftarrow, '', 'moodle', ['class' => 'iconsmall']),
|
||||
$str->moveleft,
|
||||
[
|
||||
|
Loading…
x
Reference in New Issue
Block a user