Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IBX-8973: Discounts - initial frontend create wizard
Browse files Browse the repository at this point in the history
tischsoic committed Dec 18, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent af1e453 commit e917dd8
Showing 2 changed files with 28 additions and 10 deletions.
14 changes: 14 additions & 0 deletions src/bundle/Resources/public/img/background-gray.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 14 additions & 10 deletions src/bundle/Resources/views/themes/admin/ui/layout.html.twig
Original file line number Diff line number Diff line change
@@ -132,16 +132,20 @@
{{ include('@ibexadesign/ui/user_mode_badge.html.twig') }}
{% endblock %}
</div>
<div class="ibexa-main-header__search-column">
{% block global_search %}
{{ ibexa_render_component_group('global-search') }}
{% endblock %}
</div>
<div class="ibexa-main-header__user-menu-column">
{% block user_menu %}
{{ ibexa_render_component_group('user-menu') }}
{% endblock %}
</div>
{% block global_search_wrapper %}
<div class="ibexa-main-header__search-column">
{% block global_search %}
{{ ibexa_render_component_group('global-search') }}
{% endblock %}
</div>
{% endblock %}
{% block user_menu_wrapper %}
<div class="ibexa-main-header__user-menu-column">
{% block user_menu %}
{{ ibexa_render_component_group('user-menu') }}
{% endblock %}
</div>
{% endblock %}
</header>
{% endblock %}

0 comments on commit e917dd8

Please sign in to comment.