From: Cash Costello Date: Fri, 19 Jun 2009 11:27:07 +0000 (+0000) Subject: finalized next and back controls in image view X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=e244c318e85b2fa1db141b7405964ff4108de63f;p=lorea%2Felgg.git finalized next and back controls in image view --- 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;