mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-32508 course: Add basic 'add a section' button at the bottom of the course page
With thanks to LUNS who provided this code from when I did it working there.
This commit is contained in:
parent
1804b7c1bc
commit
1abf12532d
3 changed files with 49 additions and 0 deletions
|
@ -43,6 +43,7 @@ $string['activityweighted'] = 'Activity per user';
|
|||
$string['add'] = 'Add';
|
||||
$string['addactivity'] = 'Add an activity...';
|
||||
$string['addadmin'] = 'Add admin';
|
||||
$string['addanadditionalsection'] = 'Add an additional section';
|
||||
$string['addblock'] = 'Add a block';
|
||||
$string['addcomment'] = 'Add a comment...';
|
||||
$string['addcountertousername'] = 'Create user by adding number to username';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue