From a541ac43eff8a26b93d378fcc3333c589667a304 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Grabowski?= Date: Tue, 22 Sep 2020 11:12:53 +0200 Subject: [PATCH] EZP-31888: fixed containers structure --- .../themes/admin/account/bookmarks/list.html.twig | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/bundle/Resources/views/themes/admin/account/bookmarks/list.html.twig b/src/bundle/Resources/views/themes/admin/account/bookmarks/list.html.twig index f291c4a878..4d016f1fd3 100644 --- a/src/bundle/Resources/views/themes/admin/account/bookmarks/list.html.twig +++ b/src/bundle/Resources/views/themes/admin/account/bookmarks/list.html.twig @@ -12,14 +12,10 @@ {{ parent() }} {% endblock left_sidebar %} -
-
-
- {% include '@ezdesign/ui/page_title.html.twig' with { title: 'bookmark.headline'|trans|desc('Bookmarks'), icon_name: 'bookmark-manager' } %} -
-
+
+
+ {% include '@ezdesign/ui/page_title.html.twig' with { title: 'bookmark.headline'|trans|desc('Bookmarks'), icon_name: 'bookmark-manager' } %} -
{{ form_start(form_remove, { 'action': path('ezplatform.bookmark.remove'), 'attr': { 'class': 'ez-toggle-btn-state', 'data-toggle-button-id': '#bookmark_remove_remove' } @@ -110,7 +106,7 @@ {{ pagerfanta(pager, 'ez') }}
{% endif %} -
+
{{ form_start(form_edit, {