mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
BUG Gridfield pagination detected as form change
This commit is contained in:
parent
c18e9b1298
commit
c35e18110b
@ -6,7 +6,7 @@
|
||||
$FirstPage $PreviousPage
|
||||
<span class="pagination-page-number">
|
||||
<%t SilverStripe\\Forms\\GridField\\GridFieldPaginator.Page 'Page' %>
|
||||
<input class="text" title="Current page" value="$CurrentPageNum" data-skip-autofocus="true" />
|
||||
<input class="text no-change-track" title="Current page" value="$CurrentPageNum" data-skip-autofocus="true" />
|
||||
<%t SilverStripe\\Forms\\GridField\\GridFieldPaginator.OF 'of' is 'Example: View 1 of 2' %>
|
||||
$NumPages
|
||||
</span>
|
||||
|
Loading…
Reference in New Issue
Block a user