mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-15 03:02:39 -04:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user