mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'MDL-70616-master' of https://github.com/izendegi/moodle
This commit is contained in:
commit
9ee80056de
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ if (!empty($method)) {
|
||||||
} else {
|
} else {
|
||||||
$tag = html_writer::tag('span', get_string('statusdraft', 'core_grading'), array('class' => 'status draft'));
|
$tag = html_writer::tag('span', get_string('statusdraft', 'core_grading'), array('class' => 'status draft'));
|
||||||
}
|
}
|
||||||
echo $output->heading(s($definition->name) . ' ' . $tag, 3, 'definition-name');
|
echo $output->heading(format_string($definition->name) . ' ' . $tag, 3, 'definition-name');
|
||||||
echo $output->box($controller->render_preview($PAGE), 'definition-preview');
|
echo $output->box($controller->render_preview($PAGE), 'definition-preview');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue