MDL-52513 Grading : Change in display message after publishing
This commit is contained in:
committed by
Rushikesh Nalla
parent
8d42058734
commit
5ea1c8027c
@@ -78,7 +78,8 @@ class core_grading_renderer extends plugin_renderer_base {
|
||||
public function management_message($message) {
|
||||
$this->page->requires->strings_for_js(array('clicktoclose'), 'core_grading');
|
||||
$this->page->requires->yui_module('moodle-core_grading-manage', 'M.core_grading.init_manage');
|
||||
return $this->output->box(format_string($message).html_writer::tag('span', ''), 'message', 'actionresultmessagebox');
|
||||
return $this->output->box(format_string($message) . ' - ' . html_writer::tag('span', ''), 'message',
|
||||
'actionresultmessagebox');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user