From 8ec0e8471f424ead77a335277d86706c4b6d3add Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 18 Jan 2009 09:06:46 +0000 Subject: Drag and drop in the admin dashboard now saves the location. * Make block_adder a real block * Suppress the "close" link on block_adder * Move the drag/drop JS into the core code out of the admin theme --- core/helpers/core_installer.php | 1 + 1 file changed, 1 insertion(+) (limited to 'core/helpers/core_installer.php') diff --git a/core/helpers/core_installer.php b/core/helpers/core_installer.php index c7d32963..bf56ca55 100644 --- a/core/helpers/core_installer.php +++ b/core/helpers/core_installer.php @@ -234,6 +234,7 @@ class core_installer { $theme->save(); } + block_manager::add("dashboard_sidebar", "core", "block_adder"); block_manager::add("dashboard_sidebar", "core", "stats"); block_manager::add("dashboard_sidebar", "core", "platform_info"); block_manager::add("dashboard_sidebar", "core", "project_news"); -- cgit v1.2.3