Merge branch 'm23_MDL-35156' of git://github.com/danmarsden/moodle into MOODLE_23_STABLE
This commit is contained in:
@@ -872,10 +872,8 @@ class gradingform_guide_instance extends gradingform_instance {
|
||||
$html .= html_writer::tag('div', get_string('restoredfromdraft', 'gradingform_guide'),
|
||||
array('class' => 'gradingform_guide-restored'));
|
||||
}
|
||||
if (!empty($options['showdescriptionteacher'])) {
|
||||
$html .= html_writer::tag('div', $this->get_controller()->get_formatted_description(),
|
||||
array('class' => 'gradingform_guide-description'));
|
||||
}
|
||||
$html .= html_writer::tag('div', $this->get_controller()->get_formatted_description(),
|
||||
array('class' => 'gradingform_guide-description'));
|
||||
$html .= $this->get_controller()->get_renderer($page)->display_guide($criteria, $comments, $options, $mode,
|
||||
$gradingformelement->getName(), $value, $this->validationerrors);
|
||||
return $html;
|
||||
|
||||
@@ -49,8 +49,6 @@ $PAGE->set_heading($title);
|
||||
|
||||
echo $OUTPUT->header();
|
||||
echo $OUTPUT->heading($title);
|
||||
if (!empty($options['showdescriptionstudent'])) {
|
||||
echo $OUTPUT->box($controller->get_formatted_description(), 'gradingform_guide-description');
|
||||
}
|
||||
echo $OUTPUT->box($controller->get_formatted_description(), 'gradingform_guide-description');
|
||||
echo $controller->render_preview($PAGE);
|
||||
echo $OUTPUT->footer();
|
||||
|
||||
Reference in New Issue
Block a user