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

This reverts commit 26eabeccf4.
This commit is contained in:
Sujith Haridasan 2022-01-09 13:12:48 +05:30 committed by Tim Hunt
parent ae377f6940
commit 73aeabab0b
7 changed files with 13 additions and 197 deletions

View file

@ -182,17 +182,6 @@ class core_question_bank_renderer extends plugin_renderer_base {
return '';
}
/**
* Get the rendered HTML for the action area in Question bank.
*
* @param \core_question\output\qbank_actionbar $qbankactionbar qbankactionbar object.
* @return string rendered HTML string from template.
*/
public function qbank_action_menu(\core_question\output\qbank_actionbar $qbankactionbar): string {
return $this->render_from_template('core_question/qbank_action_menu',
$qbankactionbar->export_for_template($this));
}
/**
* Build the HTML for a specified set of question types.
*