Skip to content

Commit 8a0c7dc

Browse files
committed
1 parent 76e2a1b commit 8a0c7dc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

components/ILIAS/Style/Content/classes/class.ilContentStyleSettingsGUI.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -199,14 +199,10 @@ public function edit(): void
199199
$this->toolbar->addSeparator();
200200

201201
// from styles selector
202-
<<<<<<< HEAD:components/ILIAS/Style/Content/classes/class.ilContentStyleSettingsGUI.php
203202
$si = new ilSelectInputGUI(
204-
$this->lng->txt("sty_move_lm_styles") . ": " . $this->lng->txt("sty_from"),
203+
$this->lng->txt("sty_move_obj_styles") . ": " . $this->lng->txt("sty_from"),
205204
"from_style"
206205
);
207-
=======
208-
$si = new ilSelectInputGUI($this->lng->txt("sty_move_obj_styles") . ": " . $this->lng->txt("sty_from"), "from_style");
209-
>>>>>>> 101b8c5e3a8 (45732: Change Style of Learning Modules did not work properly):Services/Style/Content/classes/class.ilContentStyleSettingsGUI.php
210206
$si->setOptions($from_styles);
211207
$this->toolbar->addInputItem($si, true);
212208

0 commit comments

Comments
 (0)