Skip to content

Commit 65b4c68

Browse files
committed
[BUGFIX] Remove pagination form input
1 parent 75c5315 commit 65b4c68

3 files changed

Lines changed: 7 additions & 14 deletions

File tree

Resources/Private/Partials/Backend/Pagination.html

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -41,23 +41,16 @@
4141
</span>
4242
</li>
4343
<li class="page-item">
44-
<span class="page-link">
44+
<span class="page-link" style="width: 150px; text-align:center;">
45+
<f:comment>
46+
We remove the form + input of the pagination here, as this affects the close button in the page properties.
47+
</f:comment>
4548
<f:translate extensionName="fluid" key="widget.pagination.page" />
4649
<f:variable name="gotToPageUrl">
4750
<f:variable name="routeParameters"><ac:routeParameters recordUid="{recordUid}" page="987654322" /></f:variable>
4851
<f:be.uri route="record_edit" parameters="{routeParameters}" />
4952
</f:variable>
50-
<form data-on-submit="processNavigate" style="display:inline;">
51-
<input type="number"
52-
value="{pagination.current}"
53-
name="paginator-target-page"
54-
class="form-control form-control-sm paginator-input"
55-
min="1"
56-
max="{pagination.numberOfPages}"
57-
data-number-of-pages="{pagination.numberOfPages}"
58-
data-url="{gotToPageUrl}" />
59-
</form>
60-
/ {pagination.numberOfPages}
53+
{pagination.current} / {pagination.numberOfPages}
6154
</span>
6255
</li>
6356
<f:if condition="{pagination.hasMorePages}">

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ayacoo/redirect-tab",
33
"type": "typo3-cms-extension",
4-
"version": "3.1.0",
4+
"version": "3.1.1",
55
"description": "Show TYPO3 redirects in the page properties",
66
"authors": [
77
{

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
'author_email' => 'info@ayacoo.de',
99
'state' => 'stable',
1010
'clearCacheOnLoad' => 0,
11-
'version' => '3.1.0',
11+
'version' => '3.1.1',
1212
'constraints' => [
1313
'depends' => [
1414
'typo3' => '12.0.0-12.99.99',

0 commit comments

Comments
 (0)