From 7cca1eeee606dd61e71a99ec63926368e11af25f Mon Sep 17 00:00:00 2001 From: jcopado Date: Tue, 3 Oct 2023 10:49:40 +0200 Subject: [PATCH] 33679 - Includes a new Icon for Questions being edited in a question Pool --- Modules/TestQuestionPool/classes/class.ilObjQuestionPoolGUI.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/TestQuestionPool/classes/class.ilObjQuestionPoolGUI.php b/Modules/TestQuestionPool/classes/class.ilObjQuestionPoolGUI.php index 54c83e4443b6..ba4fc4eddcf9 100755 --- a/Modules/TestQuestionPool/classes/class.ilObjQuestionPoolGUI.php +++ b/Modules/TestQuestionPool/classes/class.ilObjQuestionPoolGUI.php @@ -1389,7 +1389,7 @@ public function setTitleAndDescription(): void } $this->tpl->setTitle($title); $this->tpl->setDescription($q_gui->object->getComment()); - $this->tpl->setTitleIcon(ilObject2::_getIcon($this->object->getId(), 'big', $this->object->getType())); + $this->tpl->setTitleIcon('templates/default/images/standard/icon_ques.svg'); } else { // Workaround for context issues: If no object was found, redirect without q_id parameter $this->ctrl->setParameter($this, 'q_id', '');