Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
sg_jobs
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TYPO3
sg_jobs
Commits
2faa83c5
Commit
2faa83c5
authored
1 month ago
by
Florian Will
Browse files
Options
Downloads
Patches
Plain Diff
[TASK] pagination custom field smaller
parent
599eebbd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!52
Feature 5168 unify root page selector
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Resources/Private/Partials/Backend/Pagination.html
+4
-4
4 additions, 4 deletions
Resources/Private/Partials/Backend/Pagination.html
with
4 additions
and
4 deletions
Resources/Private/Partials/Backend/Pagination.html
+
4
−
4
View file @
2faa83c5
...
...
@@ -55,8 +55,8 @@
min: '1',
data-uri: '{f:uri.action(action: action, arguments: {currentPage: 987654321, itemsPerPage: itemsPerPage}) -> f:format.raw()}'
}"
class=
"
form-control
input-sm paginator-input"
style=
"padding: 4px 8px"
class=
" input-sm paginator-input"
style=
"padding: 4px 8px
; width: 80px; height: 28px;
"
value=
"{pagination.currentPage}"
type=
"number"
/>
<f:translate
key=
"backend.job.of"
extensionName=
"sg_jobs"
/>
...
...
@@ -116,8 +116,8 @@
<input
type=
"number"
name=
"itemsPerPage"
id=
"itemsPerPageInput"
class=
"
form-control
input-sm "
style=
"padding: 4px 8px; width:
6
0px; height: 28px;
min-width: 50px;
margin: -7px 0px"
class=
" input-sm "
style=
"padding: 4px 8px; width:
8
0px; height: 28px; margin: -7px 0px"
value=
"{pagination.itemsPerPage}"
min=
"1"
required
/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment