Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
services
T
t3o sites
typo3.org
typo3.org
Commits
9a38bf6d
Commit
9a38bf6d
authored
Nov 02, 2017
by
Christian Knauf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[BUG] EXT: sf_event_mgt "Max records displayed" not work with <f:widget.paginate>"
parent
510130ae
Pipeline
#2662
passed with stages
in 4 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
html/typo3conf/ext/t3org_layout/Resources/Private/Extensions/SfEventMgt/Templates/Event/List.html
...s/Private/Extensions/SfEventMgt/Templates/Event/List.html
+1
-1
No files found.
html/typo3conf/ext/t3org_layout/Resources/Private/Extensions/SfEventMgt/Templates/Event/List.html
View file @
9a38bf6d
...
...
@@ -33,7 +33,7 @@
<div
class=
"row"
>
<div
class=
"col-md-8"
>
<div
id=
"accordion"
role=
"tablist"
aria-multiselectable=
"true"
>
<f:widget.paginate
objects=
"{events}"
as=
"paginatedEvents"
>
<f:widget.paginate
objects=
"{events}"
as=
"paginatedEvents"
configuration=
"{itemsPerPage: 10, insertAbove: 0, insertBelow: 1, maximumNumberOfLinks: 10}"
>
<f:for
each=
"{paginatedEvents}"
as=
"event"
>
<f:render
partial=
"Event/ListItem"
arguments=
"{_all}"
/>
</f:for>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment