diff --git a/components/ILIAS/Like/classes/class.ilLikeGUI.php b/components/ILIAS/Like/classes/class.ilLikeGUI.php index d72251e718fb..80e8cd253c1a 100755 --- a/components/ILIAS/Like/classes/class.ilLikeGUI.php +++ b/components/ILIAS/Like/classes/class.ilLikeGUI.php @@ -137,7 +137,7 @@ public function getHTML(): string $ctrl->setParameter($this, "repl_sig", $popover->getReplaceContentSignal()->getId()); $asyn_url = $ctrl->getLinkTarget($this, "renderEmoticons", "", true, false); $popover = $popover->withAsyncContentUrl($asyn_url); - $button = $f->button()->shy($lng->txt("like"), '#') + $button = $f->button()->standard($lng->txt("like"), '#') ->withOnClick($popover->getShowSignal()); $tpl->setVariable("LIKE", $r->render([$popover, $button])); @@ -190,10 +190,6 @@ protected function renderEmoCounters( $tpl->setVariable("ID", $this->dom_id); } - if (count($comps) > 0 && $modal_signal !== null) { - $tpl->setVariable("SEP", $r->render($f->divider()->vertical())); - } - return $tpl->get(); } diff --git a/components/ILIAS/Like/templates/default/tpl.emo_counters.html b/components/ILIAS/Like/templates/default/tpl.emo_counters.html index f7bec58cbaad..a1daf303c568 100755 --- a/components/ILIAS/Like/templates/default/tpl.emo_counters.html +++ b/components/ILIAS/Like/templates/default/tpl.emo_counters.html @@ -1 +1 @@ -{MODAL_TRIGGER}{SEP} \ No newline at end of file +{MODAL_TRIGGER} \ No newline at end of file diff --git a/components/ILIAS/News/Timeline/templates/default/tpl.timeline.html b/components/ILIAS/News/Timeline/templates/default/tpl.timeline.html index b7b2502990be..401c48bde535 100755 --- a/components/ILIAS/News/Timeline/templates/default/tpl.timeline.html +++ b/components/ILIAS/News/Timeline/templates/default/tpl.timeline.html @@ -6,7 +6,7 @@
{DAY}
{MONTH}