LP: Wrap the extra home button - refs BT#20399

pull/4507/head
Angel Fernando Quiroz Campos 3 years ago
parent c0c522f75b
commit 222d6bf1e5
  1. 20
      main/template/default/learnpath/view.tpl

@ -156,15 +156,17 @@
<div class="lp-view-tabs">
<div id="navTabsbar" class="nav-tabs-bar">
{% if add_extra_quit_to_home_icon %}
<a style="margin: 3px 10px 0 0; position: relative; z-index: 10"
role="button"
title="{{ 'Close'|get_lang }}"
href="{{ button_home_url }}"
class="icon-toolbar pull-right" target="_self"
onclick="window.parent.API.save_asset();"
>
<em class="fa fa-times" aria-hidden="true"></em>
</a>
<div id="extra-quit-lp">
<a style="margin: 3px 10px 0 0; position: relative; z-index: 10"
role="button"
title="{{ 'Close'|get_lang }}"
href="{{ button_home_url }}"
class="icon-toolbar pull-right" target="_self"
onclick="window.parent.API.save_asset();"
>
<em class="fa fa-times" aria-hidden="true"></em>
</a>
</div>
{% endif %}
<ul id="navTabs" class="nav nav-tabs tabs-right" role="tablist">

Loading…
Cancel
Save