File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
components/ILIAS/Style/Content/classes Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff 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- >>>>>>> 101 b8c5e3a8 (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
You can’t perform that action at this time.
0 commit comments