From 6dd9dabbcc2fe9ddf3c31913e7799fba8b105e3a Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sat, 20 Jun 2009 14:23:04 +0000 Subject: added cancel button to delete tag menu and cleaned up submit buttons --- views/default/tidypics/tagging.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'views/default/tidypics') diff --git a/views/default/tidypics/tagging.php b/views/default/tidypics/tagging.php index fcb0b8d4e..2cdc2f957 100644 --- a/views/default/tidypics/tagging.php +++ b/views/default/tidypics/tagging.php @@ -48,8 +48,8 @@ } $content .= ""; - $content .= "
"; - + $content .= ""; + echo elgg_view('input/form', array('internalid' => 'quicksearch', 'internalname' => 'form-phototagging', 'class' => 'quicksearch', 'action' => "{$vars['url']}action/tidypics/addtag", 'body' => $content)); ?> @@ -63,7 +63,9 @@ $name = "tags[{$id}]"; $content .= elgg_view("input/checkboxes", array('options' => array($text[0] => $text[0]), 'internalname' => $name, 'value' => '' )); } - $content .= "
"; + + $content .= ""; + $content .= ""; echo elgg_view('input/form', array('internalname' => 'form-deletetag', 'action' => "{$vars['url']}action/tidypics/deletetag", 'body' => $content)); -- cgit v1.2.3