mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-69773 block_section_links: Add an option to display section name
This commit is contained in:
parent
c8d33eb9ce
commit
53663f2ea1
8 changed files with 75 additions and 4 deletions
|
@ -48,4 +48,9 @@ if ($ADMIN->fulltree) {
|
|||
get_string('incby'.$i.'_help', 'block_section_links'),
|
||||
$selected[$i][1], $increments));
|
||||
}
|
||||
|
||||
$settings->add(new admin_setting_configcheckbox('block_section_links/showsectionname',
|
||||
get_string('showsectionname', 'block_section_links'),
|
||||
get_string('showsectionname_help', 'block_section_links'),
|
||||
0));
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue