mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 20:06:46 +02:00
MDL-78427 core_theme: Add theme usage report and icon
In addition to adding in theme usage reports, there is also the addition of an icon on the theme cards which takes you to the report. This icon only appears for that theme if it has been used in any overriding context.
This commit is contained in:
parent
f30110b5eb
commit
40d397ab5f
24 changed files with 1157 additions and 10 deletions
|
@ -1463,6 +1463,8 @@ $string['themeselect'] = 'Change theme';
|
|||
$string['themeselector'] = 'Themes';
|
||||
$string['themesettingsadvanced'] = 'Advanced theme settings';
|
||||
$string['themeeditsettingsname'] = 'Edit theme settings \'{$a}\'';
|
||||
$string['themesettingsname'] = 'Theme settings \'{$a}\'';
|
||||
$string['themeusagereportname'] = 'Theme usage report \'{$a}\'';
|
||||
$string['therewereerrors'] = 'There were errors in your data';
|
||||
$string['thirdpartylibrary'] = 'Library';
|
||||
$string['thirdpartylibrarylocation'] = 'Location';
|
||||
|
|
|
@ -96,6 +96,7 @@ $string['cachedef_grade_letters'] = 'Grade letter queries';
|
|||
$string['cachedef_string'] = 'Language string cache';
|
||||
$string['cachedef_tags'] = 'Tags collections and areas';
|
||||
$string['cachedef_temp_tables'] = 'Temporary tables cache';
|
||||
$string['cachedef_theme_usedincontext'] = 'A theme has been used in context to override the default theme';
|
||||
$string['cachedef_userselections'] = 'Data used to persist user selections throughout Moodle';
|
||||
$string['cachedef_user_favourite_course_content_items'] = 'User\'s starred items';
|
||||
$string['cachedef_user_group_groupings'] = 'User\'s groupings and groups per course';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue