Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

EZP-31888: Bookmarks page header and item placement are not adjusted to other page views #1521

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,10 @@
{{ parent() }}
{% endblock left_sidebar %}

<div class="container ml-0">
<div class="ez-header mt-3">
<div class="container">
{% include '@ezdesign/ui/page_title.html.twig' with { title: 'bookmark.headline'|trans|desc('Bookmarks'), icon_name: 'bookmark-manager' } %}
</div>
</div>
<div class="px-0 ez-content-container">
<section class="container mt-5">
{% include '@ezdesign/ui/page_title.html.twig' with { title: 'bookmark.headline'|trans|desc('Bookmarks'), icon_name: 'bookmark-manager' } %}

<div class="container ez-content-container">
{{ form_start(form_remove, {
'action': path('ezplatform.bookmark.remove'),
'attr': { 'class': 'ez-toggle-btn-state', 'data-toggle-button-id': '#bookmark_remove_remove' }
Expand Down Expand Up @@ -110,7 +106,7 @@
{{ pagerfanta(pager, 'ez') }}
</div>
{% endif %}
</div>
</section>
</div>

{{ form_start(form_edit, {
Expand Down