mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 11:26:41 +02:00
Revert "MDL-71915 question: Update the tertiary nav"
This reverts commit 26eabeccf4
.
This commit is contained in:
parent
ae377f6940
commit
73aeabab0b
7 changed files with 13 additions and 197 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue