add items count per page:10,20,30.
This commit is contained in:
parent
0cfa7058c3
commit
b5b1630ce9
@ -177,6 +177,9 @@ function get_autoflush_unread_options()
|
|||||||
function get_paging_options()
|
function get_paging_options()
|
||||||
{
|
{
|
||||||
return array(
|
return array(
|
||||||
|
10 => 10,
|
||||||
|
20 => 20,
|
||||||
|
30 => 30,
|
||||||
50 => 50,
|
50 => 50,
|
||||||
100 => 100,
|
100 => 100,
|
||||||
150 => 150,
|
150 => 150,
|
||||||
|
Loading…
Reference in New Issue
Block a user