mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-19 19:09:13 -04:00
Remove width class from add group form, it sizes the form's elements, not the form itself.
This commit is contained in:
@@ -383,7 +383,6 @@ class Admin_Users_Controller extends Admin_Controller {
|
||||
|
||||
private function _get_group_add_form_admin() {
|
||||
$form = new Forge("admin/users/add_group", "", "post", array("id" => "g-add-group-form"));
|
||||
$form->set_attr('class', "g-one-quarter");
|
||||
$form_group = $form->group("add_group")->label(t("Add group"));
|
||||
$form_group->input("name")->label(t("Name"))->id("g-name");
|
||||
$form_group->inputs["name"]->error_messages(
|
||||
|
||||
Reference in New Issue
Block a user