diff --git a/forms/overrides.php b/forms/overrides.php index 4633240f..5cc2cf54 100644 --- a/forms/overrides.php +++ b/forms/overrides.php @@ -39,12 +39,12 @@ function vpl_get_overrideactions($id, $overrideid, $editing) { global $OUTPUT, $PAGE; if ($editing == $overrideid) { vpl_include_jsfile('override.js'); - $save = '' . + $save = '' . $OUTPUT->pix_icon( 'save', get_string('save'), 'mod_vpl' ) . - ''; - $cancel = '' . + ''; + $cancel = '' . $OUTPUT->pix_icon( 'cancel', get_string('cancel'), 'mod_vpl' ) . - ''; + ''; return $save . $cancel; } else if ($editing === null) { $edit = '' .