mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 07:12:26 +02:00
N°3123 - Refactor Directories
This commit is contained in:
18
templates/base/layouts/top-bar/layout.html.twig
Normal file
18
templates/base/layouts/top-bar/layout.html.twig
Normal file
@@ -0,0 +1,18 @@
|
||||
<nav id="{{ oUIBlock.GetId() }}" class="ibo-top-bar">
|
||||
<div class="ibo-top-bar--quick-actions">
|
||||
{% if oUIBlock.HasQuickCreate() %}
|
||||
{{ render_block(oUIBlock.GetQuickCreate(), {aPage: aPage}) }}
|
||||
{% endif %}
|
||||
{% if oUIBlock.HasGlobalSearch() %}
|
||||
{{ render_block(oUIBlock.GetGlobalSearch(), {aPage: aPage}) }}
|
||||
{% endif %}
|
||||
</div>
|
||||
{% if oUIBlock.HasBreadcrumbs() %}
|
||||
{{ render_block(oUIBlock.GetBreadcrumbs(), {aPage: aPage}) }}
|
||||
{% endif %}
|
||||
{% if oUIBlock.HasToolBar() %}
|
||||
<div class="ibo-top-bar--toolbar">
|
||||
{{ render_block(oUIBlock.GetToolBar(), {aPage: aPage}) }}
|
||||
</div>
|
||||
{% endif %}
|
||||
</nav>
|
||||
Reference in New Issue
Block a user