From fc2f8a2b36162550d58a64fa518fbdfca3733a1c Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Thu, 27 Aug 2009 11:42:30 +0000 Subject: fixed 2 display issues with the main image view --- views/default/tidypics/tagging.php | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'views/default/tidypics') diff --git a/views/default/tidypics/tagging.php b/views/default/tidypics/tagging.php index 7062d942a..1d307df08 100644 --- a/views/default/tidypics/tagging.php +++ b/views/default/tidypics/tagging.php @@ -36,7 +36,7 @@

getGUID(), false, 'user', '', 0, 'time_created desc', 1000); if ($friends) { @@ -60,12 +60,13 @@ $content .= "
  • {$friend_name}
  • "; } } + + $content .= ""; + + $content .= "
    "; + + echo elgg_view('input/form', array('internalid' => 'quicksearch', 'internalname' => 'tidypics_phototag_form', 'class' => 'quicksearch', 'action' => "{$vars['url']}action/tidypics/addtag", 'method' => 'post', 'body' => $content)); } - $content .= ""; - - $content .= "
    "; - - echo elgg_view('input/form', array('internalid' => 'quicksearch', 'internalname' => 'tidypics_phototag_form', 'class' => 'quicksearch', 'action' => "{$vars['url']}action/tidypics/addtag", 'method' => 'post', 'body' => $content)); ?> -- cgit v1.2.3