From b19729435cd918e03e1bd6fbb91f7281bf3e5873 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 12 Jan 2009 07:39:53 +0000 Subject: Dashboard blocks are now data driven, and you can add new blocks to both the sidebar and the center content area from a dropdown at the top of the dashboard sidebar. --- core/views/admin_dashboard_blocks.html.php | 25 +++++++++++++++++++++++++ core/views/admin_dashboard_main.html.php | 2 -- core/views/admin_dashboard_sidebar.html.php | 14 -------------- 3 files changed, 25 insertions(+), 16 deletions(-) create mode 100644 core/views/admin_dashboard_blocks.html.php delete mode 100644 core/views/admin_dashboard_main.html.php delete mode 100644 core/views/admin_dashboard_sidebar.html.php (limited to 'core/views') diff --git a/core/views/admin_dashboard_blocks.html.php b/core/views/admin_dashboard_blocks.html.php new file mode 100644 index 00000000..56a6ab07 --- /dev/null +++ b/core/views/admin_dashboard_blocks.html.php @@ -0,0 +1,25 @@ + +
+ + + + + + + $block_list): ?> + $title): ?> + + + + + + +
+ + + +
+
+%s",print_r($available,1));flush(); ?> +%s",print_r($displayed,1));flush(); ?> diff --git a/core/views/admin_dashboard_main.html.php b/core/views/admin_dashboard_main.html.php deleted file mode 100644 index cfe7bac2..00000000 --- a/core/views/admin_dashboard_main.html.php +++ /dev/null @@ -1,2 +0,0 @@ - -admin_dashboard_blocks() ?> diff --git a/core/views/admin_dashboard_sidebar.html.php b/core/views/admin_dashboard_sidebar.html.php deleted file mode 100644 index b9bce0ef..00000000 --- a/core/views/admin_dashboard_sidebar.html.php +++ /dev/null @@ -1,14 +0,0 @@ - -
-
-
- Add Dashboard Blocks - - -
-
-
-admin_sidebar_blocks() ?> -- cgit v1.2.3