From 6c2869f8227944e56b6bb73da0d72b4c52f87da9 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Sat, 29 Nov 2008 21:30:30 +0000 Subject: Changed CSS organization, removed form section. Moved generic form CSS up to top of sheet and specific form styles to be adjacent to related content. This should ensure inheritance works generic down to specific. Removed #gAddTags in favor of #gTags form. --- modules/tag/helpers/tag.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/tag/helpers') diff --git a/modules/tag/helpers/tag.php b/modules/tag/helpers/tag.php index 774e1fa1..fd683bc1 100644 --- a/modules/tag/helpers/tag.php +++ b/modules/tag/helpers/tag.php @@ -80,7 +80,7 @@ class tag_Core { } public static function get_add_form($item_id) { - $form = new Forge(url::site("tags"), "", "post", array("id" => "gAddTag")); + $form = new Forge(url::site("tags"), "", "post"); $group = $form->group(_("Add Tag")); $group->input("tag_name"); $group->hidden("item_id")->value($item_id); -- cgit v1.2.3