Revert "MDL-71915 question: Update the tertiary nav"

This reverts commit 26eabeccf4.
This commit is contained in:
Sujith Haridasan
2022-02-15 15:54:00 +00:00
committed by Tim Hunt
parent ae377f6940
commit 73aeabab0b
7 changed files with 13 additions and 197 deletions
+3 -5
View File
@@ -48,13 +48,11 @@ $PAGE->set_title($streditingquestions);
$PAGE->set_heading($COURSE->fullname);
$PAGE->activityheader->disable();
echo $OUTPUT->header();
// Print horizontal nav if needed.
$renderer = $PAGE->get_renderer('core_question', 'bank');
echo $OUTPUT->header();
// Render the selection action.
$qbankaction = new \core_question\output\qbank_actionbar($url);
echo $renderer->qbank_action_menu($qbankaction);
echo $renderer->extra_horizontal_navigation();
// Print the question area.
$questionbank->display($pagevars, 'questions');