diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-10-25 23:32:49 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-10-25 23:32:49 -0600 |
commit | 76aa4bd1efc3db62326fa2c008de568b53b8710e (patch) | |
tree | 9be160a244c592d32a3f0f0e39ad5166e0fb783d /modules/comment/helpers/comment.php | |
parent | 6403becb3f466288192f852d5191d62801e6b6f0 (diff) |
Move comment and recaptcha CSS to their respective modules.
Diffstat (limited to 'modules/comment/helpers/comment.php')
-rw-r--r-- | modules/comment/helpers/comment.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/helpers/comment.php b/modules/comment/helpers/comment.php index 7b2332a8..bca19282 100644 --- a/modules/comment/helpers/comment.php +++ b/modules/comment/helpers/comment.php @@ -73,7 +73,7 @@ class comment_Core { $group->textarea("text")->label(t("Comment")) ->id("g-text"); $group->hidden("item_id")->value($item->id); module::event("comment_add_form", $form); - $group->submit("")->value(t("Add")); + $group->submit("")->value(t("Add"))->class("ui-state-default ui-corner-all"); $active = user::active(); if (!$active->guest) { |