feat: add footer menu, change paginator design
This commit is contained in:
parent
696881e4f8
commit
8905c5731d
6 changed files with 43 additions and 15 deletions
|
|
@ -19,7 +19,7 @@
|
|||
</li>
|
||||
</f:if>
|
||||
<f:for each="{pagination.allPageNumbers}" as="page">
|
||||
<li class="{f:if(condition: page == paginator.currentPageNumber, then:'current')}">
|
||||
<li class="{f:if(condition: '{page} == {paginator.currentPageNumber}', then:'current')}">
|
||||
<a href="{f:uri.action(action:actionName, arguments:{currentPage: page},addQueryString:'untrusted')}">{page}</a>
|
||||
</li>
|
||||
</f:for>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue