Revert "Change the theme option page to display using tabs if the site theme has an admin page."

This reverts commit d66c496fb1.

Conflicts:

	modules/gallery/helpers/theme.php
	modules/gallery/views/admin_theme_options.html.php
	themes/admin_wind/css/screen.css
This commit is contained in:
Bharat Mediratta
2010-08-29 23:09:52 -07:00
parent 3707d4e94f
commit bc0d5e79cb
3 changed files with 1 additions and 53 deletions

View File

@@ -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;
}