From e244c318e85b2fa1db141b7405964ff4108de63f Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Fri, 19 Jun 2009 11:27:07 +0000 Subject: finalized next and back controls in image view --- views/default/object/image.php | 9 ++++++--- views/default/tidypics/css.php | 5 +++++ 2 files changed, 11 insertions(+), 3 deletions(-) (limited to 'views/default') diff --git a/views/default/object/image.php b/views/default/object/image.php index d7b791a78..65319c1be 100644 --- a/views/default/object/image.php +++ b/views/default/object/image.php @@ -157,10 +157,10 @@ if ($photo_tags) { } if ($current != 0) - $back = '<<' . elgg_echo('image:back') . ''; + $back = '<<' . elgg_echo('image:back') . ''; if (sizeof($_SESSION['image_sort']) > $current + 1) - $next = '' . elgg_echo('image:next') . '>>'; + $next = '' . elgg_echo('image:next') . '>>'; ?> @@ -184,7 +184,10 @@ if ($photo_tags) {
- +
'; ?> diff --git a/views/default/tidypics/css.php b/views/default/tidypics/css.php index 7564f1eaf..88f70bf7b 100644 --- a/views/default/tidypics/css.php +++ b/views/default/tidypics/css.php @@ -78,6 +78,11 @@ text-align:center; text-align:center; } +#tidypics_image_nav ul li { +display:inline; +margin-right:10px; +} + #tidypics_image_full { text-align:center; margin:10px; -- cgit v1.2.3