mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #9176 from Rhym/patch-1
Update pagination code snippet
This commit is contained in:
commit
c6607c3e5e
@ -53,7 +53,7 @@ switch between pages:
|
||||
<% if $PaginatedPages.NotFirstPage %>
|
||||
<a class="prev" href="$PaginatedPages.PrevLink">Prev</a>
|
||||
<% end_if %>
|
||||
<% loop $PaginatedPages.Pages %>
|
||||
<% loop $PaginatedPages.PaginationSummary %>
|
||||
<% if $CurrentBool %>
|
||||
$PageNum
|
||||
<% else %>
|
||||
|
Loading…
Reference in New Issue
Block a user