Browse Source

don't show 'first' when link is same as 'previous' button

figured later i should have fixed the 'first' button as well, no point in showing it when the back button points to the same page.
sjopet 12 năm trước cách đây
mục cha
commit
0a708d172c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Resources/views/CRUD/base_list.html.twig

+ 1 - 1
Resources/views/CRUD/base_list.html.twig

@@ -139,7 +139,7 @@ file that was distributed with this source code.
                             <td colspan="{{ admin.list.elements|length }}">
                                 <div class="pagination pagination-centered">
                                     <ul>
-                                        {% if admin.datagrid.pager.page != 1  %}
+                                        {% if admin.datagrid.pager.page > 2  %}
                                             <li><a href="{{ admin.generateUrl('list', admin.modelmanager.paginationparameters(admin.datagrid, 1)) }}" title="{{ 'link_first_pager'|trans({}, 'SonataAdminBundle') }}">&laquo;</a></li>
                                         {% endif %}