mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 10:56:56 +02:00
MDL-29693 report_configlog: re-factor output to use renderers.
AMOS BEGIN MOV [value,report_configlog],[valuenew,report_configlog] MOV [oldvalue,report_configlog],[valueold,report_configlog] AMOS END
This commit is contained in:
parent
800563e415
commit
a00801c071
5 changed files with 207 additions and 103 deletions
|
@ -24,10 +24,10 @@
|
|||
*/
|
||||
|
||||
$string['configlog'] = 'Config changes';
|
||||
$string['oldvalue'] = 'Original value';
|
||||
$string['plugin'] = 'Plugin';
|
||||
$string['pluginname'] = 'Config changes';
|
||||
$string['setting'] = 'Setting';
|
||||
$string['timemodified'] = 'Date';
|
||||
$string['value'] = 'New value';
|
||||
$string['valuenew'] = 'New value';
|
||||
$string['valueold'] = 'Original value';
|
||||
$string['privacy:metadata'] = 'The Config changes plugin does not store any personal data.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue