From 5447b8321080afd09387d837a4acfa9c90ddfa16 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Thu, 27 Nov 2008 05:00:50 +0000 Subject: Clean up REST pattern in tags: 1) Generate the form in Tags_Controller::_form_add() 2) Process the form submit in Tags_Controller::_create() 3) Create the tag properly This required me to limit our scope to adding one tag at a time, which I think is fine if we're doing Ajax style tag addition. --- modules/tag/views/tag_block.html.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'modules/tag/views') diff --git a/modules/tag/views/tag_block.html.php b/modules/tag/views/tag_block.html.php index bd507571..6ce67e9d 100644 --- a/modules/tag/views/tag_block.html.php +++ b/modules/tag/views/tag_block.html.php @@ -1,4 +1,5 @@ + + - -
- id) ?> -
+ +
+ +
-- cgit v1.2.3