mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-48947 course: Section button cleanup
Creates a new method of handling all the section related icons. Including a new method that places these actions in a menu for topic and weeks course formats. (This version replaces "Edit" with "Topic/Week/or Section menu")
This commit is contained in:
parent
cd3a6a78b6
commit
60cf074239
29 changed files with 512 additions and 126 deletions
|
@ -557,7 +557,7 @@ $string['editorpreferences'] = 'Editor preferences';
|
|||
$string['editorresettodefaults'] = 'Reset to default values';
|
||||
$string['editorsettings'] = 'Editor settings';
|
||||
$string['editorshortcutkeys'] = 'Editor shortcut keys';
|
||||
$string['editsettings'] = 'Edit settings';
|
||||
$string['editsection'] = 'Edit section';
|
||||
$string['editsummary'] = 'Edit summary';
|
||||
$string['edittitle'] = 'Edit title';
|
||||
$string['edittitleinstructions'] = 'Escape to cancel, Enter when finished';
|
||||
|
@ -924,6 +924,8 @@ $string['hidepicture'] = 'Hide picture';
|
|||
$string['hidesection'] = 'Hide section {$a}';
|
||||
$string['hidesettings'] = 'Hide settings';
|
||||
$string['hideshowblocks'] = 'Hide or show blocks';
|
||||
$string['highlight'] = 'Highlight';
|
||||
$string['highlightoff'] = 'Remove highlight';
|
||||
$string['hits'] = 'Hits';
|
||||
$string['hitsoncourse'] = 'Hits on {$a->coursename} by {$a->username}';
|
||||
$string['hitsoncoursetoday'] = 'Today\'s hits on {$a->coursename} by {$a->username}';
|
||||
|
@ -1632,6 +1634,7 @@ $string['secondstotime86400'] = '1 day';
|
|||
$string['secretalreadyused'] = 'Change password confirmation link was already used, password was not changed.';
|
||||
$string['secs'] = 'secs';
|
||||
$string['section'] = 'Section';
|
||||
$string['sectionmenu'] = 'Section menu';
|
||||
$string['sectionname'] = 'Section name';
|
||||
$string['sections'] = 'Sections';
|
||||
$string['sectionusedefaultname'] = 'Use default section name';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue