summaryrefslogtreecommitdiff
path: root/modules/tag
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-10-16 00:00:52 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-10-16 00:00:52 -0600
commitc876ec1f500c605f58c7e70c4d0a3c6f8787df71 (patch)
treee641d0e83e5e510fb21ae7bf7502108dad0a59dc /modules/tag
parentb52b2005206928110120bb2ecfbc868abe979040 (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.php2
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"));