From 6d0f039421c7c976d926507d121dc2a3e3e03609 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sat, 4 Apr 2009 17:28:00 +0000 Subject: almost done with first version of ui for setting tags --- views/default/object/image.php | 70 ++++++++++++++++++++++-------------------- 1 file changed, 36 insertions(+), 34 deletions(-) (limited to 'views/default/object/image.php') diff --git a/views/default/object/image.php b/views/default/object/image.php index f0c6b14d9..7cb1f00c2 100644 --- a/views/default/object/image.php +++ b/views/default/object/image.php @@ -104,21 +104,23 @@ $viewer = get_loggedin_user(); $friends = get_entities_from_relationship('friend', $viewer->getGUID(), false, 'user', '', 0); - $content = ""; + $content = ""; + $content .= ""; + $content .= ""; + $content .= ""; + $content .= ""; - $content .= " -
- -
"; + $content .= "
"; echo elgg_view('input/form', array('internalid' => 'quicksearch', 'internalname' => 'form-phototagging', 'class' => 'quicksearch', 'action' => "{$vars['url']}action/tidypics/addtag", 'body' => $content)); @@ -173,8 +175,10 @@