From ce8c41d96241e48c156b5df57f4046b04c07955b Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sat, 4 Apr 2009 16:00:02 +0000 Subject: continued progress on tagging --- views/default/object/image.php | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) (limited to 'views') diff --git a/views/default/object/image.php b/views/default/object/image.php index 454a52c59..954ffee92 100644 --- a/views/default/object/image.php +++ b/views/default/object/image.php @@ -100,6 +100,7 @@
getGUID(), false, 'user', '', 0); @@ -119,9 +120,10 @@ "; -echo $content; - //echo elgg_view('input/form', array('internalid' => 'quicksearch', 'internalname' => 'form-phototagging', 'class' => 'quicksearch', 'action' => "{$vars['url']}action/tidypics/phototagging", 'body' => $content)) + echo elgg_view('input/form', array('internalid' => 'quicksearch', 'internalname' => 'form-phototagging', 'class' => 'quicksearch', 'action' => "{$vars['url']}action/tidypics/addtag", 'body' => $content)); + ?> +
@@ -172,6 +174,19 @@ echo $content;