mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-22 17:29:57 -04:00
Move comment and recaptcha CSS to their respective modules.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user