Skip to content

Commit

Permalink
[TASK] Only show pagination on bottom
Browse files Browse the repository at this point in the history
Previously, the pagination controls were sometimes shown
on the bottom of the page and sometimes on the top
and the bottom (e.g. EXT:form, EXT:redirect).

The pagination controls are now only shown on the bottom.
This adds more consistency to the user interface.

Resolves: #95192
Releases: master
Change-Id: Id724a26b4fcb978182160036694b764adc275bc1
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/71077
Tested-by: core-ci <typo3@b13.com>
Tested-by: Rachel Foucard <rfoucard@w-seils.com>
Tested-by: Jonas Eberle <flightvision@googlemail.com>
Tested-by: Georg Ringer <georg.ringer@gmail.com>
Reviewed-by: Rachel Foucard <rfoucard@w-seils.com>
Reviewed-by: Jonas Eberle <flightvision@googlemail.com>
Reviewed-by: Georg Ringer <georg.ringer@gmail.com>
  • Loading branch information
sypets authored and georgringer committed Sep 15, 2021
1 parent b7e2dbe commit 9008c95
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Expand Up @@ -5,7 +5,6 @@
<h1><f:translate key="LLL:EXT:form/Resources/Private/Language/Database.xlf:formManager.headline" /></h1>
<f:if condition="{paginator.paginatedItems}">
<f:then>
<f:render partial="FormManager/Pagination" arguments="{_all}" />
<div class="table-fit">
<table id="forms" class="table table-striped table-hover">
<thead>
Expand Down
Expand Up @@ -50,7 +50,6 @@ <h1><f:translate key="LLL:EXT:redirects/Resources/Private/Language/locallang_mod
</f:section>

<f:section name="table">
<f:render partial="Pagination" arguments="{_all}" />
<div class="table-fit">
<table class="table table-striped table-hover">
<thead>
Expand Down

0 comments on commit 9008c95

Please sign in to comment.