diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-08-29 23:09:52 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-08-29 23:09:52 -0700 |
commit | bc0d5e79cbf02a2b51c196c0105677a316e0c8bc (patch) | |
tree | c510376371da42affaa0b12459a96dbd077cdebb /modules/gallery/controllers/admin_theme_options.php | |
parent | 3707d4e94fc46fb3b92c399111ef6fc7f351aaba (diff) |
Revert "Change the theme option page to display using tabs if the site theme has an admin page."
This reverts commit d66c496fb1007bbd0b1640496808000c573d95fd.
Conflicts:
modules/gallery/helpers/theme.php
modules/gallery/views/admin_theme_options.html.php
themes/admin_wind/css/screen.css
Diffstat (limited to 'modules/gallery/controllers/admin_theme_options.php')
-rw-r--r-- | modules/gallery/controllers/admin_theme_options.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/gallery/controllers/admin_theme_options.php b/modules/gallery/controllers/admin_theme_options.php index 58ed723e..57f32f96 100644 --- a/modules/gallery/controllers/admin_theme_options.php +++ b/modules/gallery/controllers/admin_theme_options.php @@ -102,8 +102,7 @@ class Admin_Theme_Options_Controller extends Admin_Controller { module::event("theme_edit_form", $form); - $group = $form->group("buttons") - ->set_attr("style","border: none"); + $group = $form->group("buttons"); $group->submit("")->value(t("Save")); return $form; } |