diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-11-06 20:26:09 -0700 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-11-06 20:26:09 -0700 |
commit | dbe64762550c1920f93f8b1da8fe563d028262a6 (patch) | |
tree | 52433b76ec98e2162cb3767b9a3c45dd985ad83a /modules | |
parent | b5f2dbc2c4fa974f486bc92c75054940424ed323 (diff) |
Remove width class from add group form, it sizes the form's elements, not the form itself.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/user/controllers/admin_users.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/user/controllers/admin_users.php b/modules/user/controllers/admin_users.php index 54541e90..cc2d881e 100644 --- a/modules/user/controllers/admin_users.php +++ b/modules/user/controllers/admin_users.php @@ -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( |