From 27ce8669e87590ee7519fcb163268e8d2aea9e42 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Sat, 12 Mar 2011 08:23:48 +0100 Subject: [PATCH] Move pagination directly below the list. --- src/main/resources/templates/bookmarks.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/templates/bookmarks.html b/src/main/resources/templates/bookmarks.html index 4657d20..315a5e1 100644 --- a/src/main/resources/templates/bookmarks.html +++ b/src/main/resources/templates/bookmarks.html @@ -14,6 +14,7 @@ <%= true|store key=postNotLoaded parent=true> <%/if> <%/foreach> + <%include include/pagination.html> <%if postNotLoaded>

<%= Page.Bookmarks.Text.PostsNotLoaded|l10n|html>

<%else> @@ -21,7 +22,6 @@

<%= Page.Bookmarks.Text.NoBookmarks|l10n|html>

<%/if> <%/if> - <%include include/pagination.html> <%include include/tail.html> -- 2.7.4