diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-01-25 06:28:04 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-01-25 06:28:04 +0000 |
commit | a8233ed9795e42bb013a4d860fa063d8710d71eb (patch) | |
tree | 8c3fe5f7b994cc2e6d50508fbe2d883018ad7388 /core/helpers/theme.php | |
parent | b0ad4e0222f573825e26bcaf73e08b80a3bc1f47 (diff) |
Undo the adding underscores to the id on forge generated forms
Diffstat (limited to 'core/helpers/theme.php')
-rw-r--r-- | core/helpers/theme.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/helpers/theme.php b/core/helpers/theme.php index 40acf195..a2766028 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" =>"gTheme_Details_Form")); + $form = new Forge("admin/themedetails/save/", "", null, array("id" =>"gThemeDetailsForm")); $group = $form->group("edit_theme"); $group->input("page_size")->label(t("Items per page"))->id("gPageSize")-> rules('required|valid_digit')-> |