Skip to content
Snippets Groups Projects
Commit a99a5b4c authored by Christoph Hofmann's avatar Christoph Hofmann
Browse files

update

parent 80115a61
Branches
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@
<f:if condition="{pagination.hasLessPages}">
<li>...</li>
</f:if>
<its:for each="{pagination.pages}" as="page" sortdirection="desc">123
<f:for each="{pagination.pages}" as="page" sortdirection="desc">
<f:if condition="{page.isCurrent}">
<f:then>
<li class="active">
......@@ -52,7 +52,7 @@
</li>
</f:else>
</f:if>
</its:for>
</f:for>
<f:if condition="{pagination.hasMorePages}">
<li>...</li>
</f:if>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment