summaryrefslogtreecommitdiff
path: root/core/helpers/theme.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-01-25 06:28:04 +0000
committerTim Almdal <tnalmdal@shaw.ca>2009-01-25 06:28:04 +0000
commita8233ed9795e42bb013a4d860fa063d8710d71eb (patch)
tree8c3fe5f7b994cc2e6d50508fbe2d883018ad7388 /core/helpers/theme.php
parentb0ad4e0222f573825e26bcaf73e08b80a3bc1f47 (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.php2
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')->