Skip to content

Commit

Permalink
move pagination panel outside of section
Browse files Browse the repository at this point in the history
to align with pagination style of bottom panel
  • Loading branch information
e-five256 committed Apr 30, 2024
1 parent 43bf5a9 commit 6e8cf70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/admin/users.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@

{% block body %}
{% include 'admin/_options.html.twig' %}
{% if(users.haveToPaginate is defined and users.haveToPaginate) %}
{{ pagerfanta(users, null, {'pageParameter':'[p]'}) }}
{% endif %}
<div class="section" id="content">
<div class="flex" data-controller="selection">
<label class="select">
Expand All @@ -23,9 +26,6 @@
</select>
</label>
</div>
{% if(users.haveToPaginate is defined and users.haveToPaginate) %}
{{ pagerfanta(users, null, {'pageParameter':'[p]'}) }}
{% endif %}
<table>
<thead>
<tr>
Expand Down

0 comments on commit 6e8cf70

Please sign in to comment.