MDL-75729 reportbuilder: improve handling of card toggle button.

This commit is contained in:
Paul Holden 2022-09-12 20:34:19 +01:00
parent c6211a68b4
commit 71a7537edd
3 changed files with 49 additions and 10 deletions

View file

@ -254,6 +254,7 @@ $string['selectareportsource'] = 'Select a report source';
$string['sendschedule'] = 'Send schedule';
$string['sendscheduleconfirm'] = 'Are you sure you want to queue the schedule \'{$a}\' for sending immediately?';
$string['showhide'] = 'Show/hide \'{$a}\'';
$string['showhidecard'] = 'Show/hide card';
$string['sorting'] = 'Sorting';
$string['sorting_help'] = 'Sorting defines the initial sort order of columns in the report. The order can be reversed by toggling the Up/down icon. Users can then define their own sort order by clicking on a column name.';
$string['switchedit'] = 'Switch to edit mode';