From d0ba69737f67bd7beb7f2050082b5e043375749c Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sun, 6 Jan 2008 09:57:29 +0100 Subject: issue59, fixed position of photo-index navigation after removing html tables Signed-off-by: Andreas Unterkircher --- themes/default/templates/photo_index.tpl | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) (limited to 'themes/default/templates/photo_index.tpl') diff --git a/themes/default/templates/photo_index.tpl b/themes/default/templates/photo_index.tpl index 3e0f9e7..6453725 100644 --- a/themes/default/templates/photo_index.tpl +++ b/themes/default/templates/photo_index.tpl @@ -58,6 +58,21 @@
+ + +
+ { if $next_url == "" } + { if $count != 0 } + last page reached + { /if } + { else } + + next photo + + { /if} +
+ +
{ if $previous_url == "" } { if $count != 0 } @@ -69,22 +84,13 @@ { /if }
-
+ + +
{ if $page_selector != "" } {$page_selector} { /if}
-
- { if $next_url == "" } - { if $count != 0 } - last page reached - { /if } - { else } - - next photo - - { /if} -