From cbff78daa8a642e1800916f92e43202857c3b677 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Sat, 24 Jan 2009 17:26:47 +0000 Subject: Supply a form id on all forms. This id can be used by modules other than the originating module to provide additional functionality to the form. --- core/helpers/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/helpers/theme.php') diff --git a/core/helpers/theme.php b/core/helpers/theme.php index a2766028..40acf195 100644 --- a/core/helpers/theme.php +++ b/core/helpers/theme.php @@ -39,7 +39,7 @@ class theme_Core { } static function get_edit_form_admin() { - $form = new Forge("admin/themedetails/save/", "", null, array("id" =>"gThemeDetailsForm")); + $form = new Forge("admin/themedetails/save/", "", null, array("id" =>"gTheme_Details_Form")); $group = $form->group("edit_theme"); $group->input("page_size")->label(t("Items per page"))->id("gPageSize")-> rules('required|valid_digit')-> -- cgit v1.2.3