MDL-30790 - Option to collapse or expand sub-folders

This commit is contained in:
Rex Lorenzo 2013-03-15 16:09:56 -07:00
parent 7112729206
commit f295727859
8 changed files with 38 additions and 7 deletions

View file

@ -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.';