Learnpath: Display: Exchange expand/collapse icon in learning path menu bar - refs BT#19044

pull/4017/head
Yannick Warnier 4 years ago
parent 25bccdd341
commit 188d6496ab
  1. 4
      src/CoreBundle/Resources/views/LearnPath/menubar.html.twig

@ -13,10 +13,10 @@
<div class="circle {{ show_toolbar_by_default == 1 ? 'open' : '' }}">
{% if show_left_column == 1 %}
{% set label = "Collapse" | trans %}
{% set icon_expand = "arrow-expand-horizontal" %}
{% set icon_expand = "arrow-collapse-horizontal" %}
{% if lp_mode == 'embedframe' %}
{% set label = "Expand" | trans %}
{% set icon_expand = "arrow-collapse-horizontal" %}
{% set icon_expand = "arrow-expand-horizontal" %}
{% endif %}
<a href="#"
id="lp-view-expand-toggle"

Loading…
Cancel
Save