Higher page numbers

This commit is contained in:
snipe
2016-01-27 19:51:13 -08:00
parent 9563cf4614
commit f121766037
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
<?php
return array (
'app_version' => 'v2.1.0-3',
'hash_version' => 'v2.1.0-3-g00bb511',
'app_version' => 'v2.1.0-4',
'hash_version' => 'v2.1.0-4-g2d56240',
);
+1 -1
View File
@@ -144,7 +144,7 @@
paginationLastText: "@lang('general.last')",
paginationPreText: "@lang('general.previous')",
paginationNextText: "@lang('general.next')",
pageList: ['10','25','50','100','150','200'],
pageList: ['10','25','50','100','150','200','500','1000'],
icons: {
paginationSwitchDown: 'fa-caret-square-o-down',
paginationSwitchUp: 'fa-caret-square-o-up',