Skip to content

Commit 4c45868

Browse files
[MAINTENANCE] Adjust pagination template (#1868)
1 parent 1a7be60 commit 4c45868

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

Resources/Private/Partials/Lists/Pagination.html

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
1-
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
2-
<ul class="pagination">
1+
<f:comment>
2+
<!--
3+
* (c) Kitodo. Key to digital objects e.V. <contact@kitodo.org>
4+
*
5+
* This file is part of the Kitodo and TYPO3 projects.
6+
*
7+
* @license GNU General Public License version 3 or later.
8+
* For the full copyright and license information, please read the
9+
* LICENSE.txt file that was distributed with this source code.
10+
-->
11+
</f:comment>
12+
13+
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers"
14+
data-namespace-typo3-fluid="true">
15+
16+
<ul class="tx-dlf-pagination">
317
<f:if condition="{pagination.previousPageNumberG} && {pagination.previousPageNumberG} >= {pagination.firstPageNumber}">
418
<f:then>
519
<li class="first">

0 commit comments

Comments
 (0)