mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
MDL-30790 - Option to collapse or expand sub-folders
This commit is contained in:
parent
7112729206
commit
f295727859
8 changed files with 38 additions and 7 deletions
|
@ -51,3 +51,5 @@ Also note that participants view actions can not be logged in this case.';
|
|||
$string['displaypage'] = 'On a separate page';
|
||||
$string['displayinline'] = 'Inline on a course page';
|
||||
$string['noautocompletioninline'] = 'Automatic completion on viewing of activity can not be selected together with "Display inline" option';
|
||||
$string['show_expanded'] = 'Show sub-folders expanded';
|
||||
$string['show_expanded_help'] = 'If enabled, will display sub-folders expanded by default. Else, sub-folders will display collapsed.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue