From ad28c9b42d46138273e970e065f1e3f47f103434 Mon Sep 17 00:00:00 2001 From: jensp Date: Fri, 22 Jan 2016 09:35:23 +0000 Subject: [PATCH] Bugfix for Foundry: Missing type casts to number, resulting in an alphabetic comparison instead of a numeric. git-svn-id: https://svn.libreccm.org/ccm/trunk@3811 8810af33-2d31-482b-a856-94f89814c4df --- .../foundry/lib/template-tags/object-list.xsl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ccm-core/web/themes/foundry/foundry/lib/template-tags/object-list.xsl b/ccm-core/web/themes/foundry/foundry/lib/template-tags/object-list.xsl index ceb0fce9d..e3fc1b880 100644 --- a/ccm-core/web/themes/foundry/foundry/lib/template-tags/object-list.xsl +++ b/ccm-core/web/themes/foundry/foundry/lib/template-tags/object-list.xsl @@ -164,7 +164,7 @@ - - + + and (number($paginator-page-number) < number($paginator-page-count))"> + and (number($paginator-page-number) > 1)"> + and (number($paginator-page-number) < number($paginator-page-count))"> - \ No newline at end of file +