Move comment and recaptcha CSS to their respective modules.

This commit is contained in:
Chad Kieffer
2009-10-25 23:32:49 -06:00
parent 6403becb3f
commit 76aa4bd1ef
5 changed files with 56 additions and 5 deletions

View File

@@ -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) {