[TASK] Avoid pagination controls for single page listings
In case a paginated listing does only contain records for one page, the pagination controls do not make any sense and will at worst just confuse editors. This patch therefore adds consistency to the backend modules by only showing pagination controls if the number of paginated pages is greater than one. Resolves: #95092 Releases: master Change-Id: I3cf45ffa194d5a925df26be4f6e144dbe8f4df04 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/71016 Tested-by:core-ci <typo3@b13.com> Tested-by:
Sybille Peters <sypets@gmx.de> Tested-by:
Jonas Eberle <flightvision@googlemail.com> Tested-by:
Rachel Foucard <rfoucard@w-seils.com> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Sybille Peters <sypets@gmx.de> Reviewed-by:
Jonas Eberle <flightvision@googlemail.com> Reviewed-by:
Rachel Foucard <rfoucard@w-seils.com> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Oliver Bartsch <bo@cedev.de>
Showing
- typo3/sysext/beuser/Resources/Private/Partials/SimplePagination.html 90 additions, 88 deletions...t/beuser/Resources/Private/Partials/SimplePagination.html
- typo3/sysext/core/Tests/Acceptance/Application/Extensionmanager/GetExtensionsCest.php 3 additions, 3 deletions...ptance/Application/Extensionmanager/GetExtensionsCest.php
- typo3/sysext/extensionmanager/Resources/Private/Partials/List/TerPagination.html 90 additions, 0 deletions...anager/Resources/Private/Partials/List/TerPagination.html
- typo3/sysext/extensionmanager/Resources/Private/Templates/List/Ter.html 1 addition, 88 deletions...xtensionmanager/Resources/Private/Templates/List/Ter.html
- typo3/sysext/form/Resources/Private/Backend/Partials/FormManager/Pagination.html 89 additions, 87 deletions...rces/Private/Backend/Partials/FormManager/Pagination.html
- typo3/sysext/form/Resources/Private/Backend/Templates/FormManager/Index.html 2 additions, 6 deletions...esources/Private/Backend/Templates/FormManager/Index.html
- typo3/sysext/redirects/Resources/Private/Partials/Pagination.html 87 additions, 90 deletions...sext/redirects/Resources/Private/Partials/Pagination.html
Please register or sign in to comment