From: David ‘Bombe’ Roden Date: Fri, 22 Oct 2010 12:20:10 +0000 (+0200) Subject: Increase pagination threshold to 25 items. X-Git-Tag: 0.1-RC1~87 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=c5ef8ee93d423ceb270311681fa09bfa495de78c Increase pagination threshold to 25 items. --- diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index a2b35b7..5c2fca0 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -4,7 +4,7 @@
<%getpage> - <%paginate list=posts pagesize=2> + <%paginate list=posts pagesize=25> <%= page|store key=pageParameter> <%include include/pagination.html> <%foreach pagination.items post> diff --git a/src/main/resources/templates/knownSones.html b/src/main/resources/templates/knownSones.html index 8a5afbd..b443e82 100644 --- a/src/main/resources/templates/knownSones.html +++ b/src/main/resources/templates/knownSones.html @@ -21,7 +21,7 @@
<%getpage parameter=page> - <%paginate list=knownSones pagesize=2> + <%paginate list=knownSones pagesize=25> <%= page|store key=pageParameter> <%include include/pagination.html> <%foreach pagination.items sone> diff --git a/src/main/resources/templates/viewSone.html b/src/main/resources/templates/viewSone.html index b1af3f8..a15eb8e 100644 --- a/src/main/resources/templates/viewSone.html +++ b/src/main/resources/templates/viewSone.html @@ -20,7 +20,7 @@
<%getpage parameter=postPage> - <%paginate list=sone.posts pagesize=2> + <%paginate list=sone.posts pagesize=25> <%= postPage|store key=pageParameter> <%include include/pagination.html> <%foreach pagination.items post> @@ -35,7 +35,7 @@
<%getpage parameter=sonePage> - <%paginate list=sone.friends pagesize=2> + <%paginate list=sone.friends pagesize=25> <%= sonePage|store key=pageParameter> <%include include/pagination.html> <%foreach pagination.items sone>