From a8233ed9795e42bb013a4d860fa063d8710d71eb Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Sun, 25 Jan 2009 06:28:04 +0000 Subject: Undo the adding underscores to the id on forge generated forms --- core/helpers/core_block.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/helpers/core_block.php') 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")); -- cgit v1.2.3