summaryrefslogtreecommitdiff
path: root/core/helpers/core_block.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/core_block.php
parentb0ad4e0222f573825e26bcaf73e08b80a3bc1f47 (diff)
Undo the adding underscores to the id on forge generated forms
Diffstat (limited to 'core/helpers/core_block.php')
-rw-r--r--core/helpers/core_block.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/helpers/core_block.php b/core/helpers/core_block.php
index 1645133c..a15abd48 100644
--- a/core/helpers/core_block.php
+++ b/core/helpers/core_block.php
@@ -84,7 +84,7 @@ class core_block_Core {
static function get_add_block_form() {
$form = new Forge("admin/dashboard/add_block", "", "post",
- array("id" => "gAdd_Dashboard_Block_Form"));
+ array("id" => "gAddDashboardBlockForm"));
$group = $form->group("add_block")->label(t("Add Block"));
$group->dropdown("id")->label("Available Blocks")->options(block_manager::get_available());
$group->submit("center")->value(t("Add to center"));