From: Cash Costello Date: Thu, 27 Aug 2009 11:42:30 +0000 (+0000) Subject: fixed 2 display issues with the main image view X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=fc2f8a2b36162550d58a64fa518fbdfca3733a1c;p=lorea%2Felgg.git fixed 2 display issues with the main image view --- diff --git a/views/default/object/image.php b/views/default/object/image.php index db39bb4fa..9c84a63f2 100644 --- a/views/default/object/image.php +++ b/views/default/object/image.php @@ -196,6 +196,8 @@ '; echo ''; // content wrapper 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)); ?>