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:
Paul Holden 2019-06-06 10:39:52 +01:00 committed by Paul Holden
parent 800563e415
commit a00801c071
5 changed files with 207 additions and 103 deletions

View file

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