-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Co-authored-by: Jakub Brzegowski <symfiz@gmail.com>
- Loading branch information
Showing
6 changed files
with
64 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 8 additions & 13 deletions
21
src/bundle/Resources/views/themes/admin/content_type/content_type_group/base.html.twig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,21 @@ | ||
{% extends '@ibexadesign/ui/layout.html.twig' %} | ||
{% extends '@ibexadesign/ui/edit_base.html.twig' %} | ||
|
||
{% trans_default_domain 'content_type' %} | ||
|
||
{% block breadcrumbs %} | ||
{% block breadcrumbs_admin %}{% endblock %} | ||
{% endblock %} | ||
{% block main_container_class %}ibexa-main-container--edit-container ibexa-main-container--without-anchor-menu-items{% endblock %} | ||
|
||
{% block context_menu %} | ||
{% block context_menu_admin %}{% endblock %} | ||
{% endblock %} | ||
{% set anchor_params = { | ||
close_href: path('ezplatform.content_type_group.list'), | ||
} %} | ||
|
||
{% block header %} | ||
{% block header_admin %}{% endblock %} | ||
{% endblock %} | ||
|
||
{% block content %} | ||
<div class="row align-items-stretch ez-main-row"> | ||
<div class="px-0 pb-4 ez-content-container"> | ||
<div class="container ez-container"> | ||
{% block form %} | ||
{% endblock %} | ||
</div> | ||
<div class="row"> | ||
<div class="col col-10 offset-1"> | ||
{% block form %}{% endblock %} | ||
</div> | ||
</div> | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters