diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-10-16 00:00:52 -0600 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-16 08:50:57 -0700 |
commit | 0f7de6d13733e0f085cd24b1fd5f5cf91fefcc6b (patch) | |
tree | f6e807bf861d028cdd44cc9a2c6eb25ec6ee9330 /modules/tag | |
parent | ed00914baaa04af37051a02c7a1ff38ca7ce6c5c (diff) |
Apply g-short-form directly to short forms rather than via JS. Comment updates in ui.init.js.
Diffstat (limited to 'modules/tag')
-rw-r--r-- | modules/tag/helpers/tag.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tag/helpers/tag.php b/modules/tag/helpers/tag.php index d4278802..a2104e9d 100644 --- a/modules/tag/helpers/tag.php +++ b/modules/tag/helpers/tag.php @@ -98,7 +98,7 @@ class tag_Core { } static function get_add_form($item) { - $form = new Forge("tags", "", "post", array("id" => "g-add-tag-form")); + $form = new Forge("tags", "", "post", array("id" => "g-add-tag-form", "class" => "g-short-form")); $label = $item->is_album() ? t("Add tag to album") : ($item->is_photo() ? t("Add tag to photo") : t("Add tag to movie")); |