diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2011-04-24 13:56:39 -0400 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2011-04-24 13:56:39 -0400 |
commit | f4d76a8abe04612efe01f146617d760ffdd4b69f (patch) | |
tree | 6009b31a4947f7f10c859312f15a637f4918688d | |
parent | ce5a2532ebcd5131056df908d2da831e91407e9d (diff) |
Don't put the Admin > Theme Options Save button in a fieldset.
-rw-r--r-- | modules/gallery/controllers/admin_theme_options.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gallery/controllers/admin_theme_options.php b/modules/gallery/controllers/admin_theme_options.php index a968a56d..d9323ea0 100644 --- a/modules/gallery/controllers/admin_theme_options.php +++ b/modules/gallery/controllers/admin_theme_options.php @@ -108,7 +108,6 @@ class Admin_Theme_Options_Controller extends Admin_Controller { module::event("theme_edit_form", $form); - $group = $form->group("buttons"); $group->submit("")->value(t("Save")); return $form; } |