Remove width class from add group form, it sizes the form's elements, not the form itself.

This commit is contained in:
Chad Kieffer
2009-11-06 20:26:09 -07:00
parent b5f2dbc2c4
commit dbe6476255

View File

@@ -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(