summaryrefslogtreecommitdiff
path: root/core/views/admin_dashboard_sidebar.html.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-01-12 07:39:53 +0000
committerBharat Mediratta <bharat@menalto.com>2009-01-12 07:39:53 +0000
commitb19729435cd918e03e1bd6fbb91f7281bf3e5873 (patch)
tree2e1e1723bfcb8358ac4060927c396777acff2af7 /core/views/admin_dashboard_sidebar.html.php
parentef303bde3e853a01e45b7734698210a40a7be812 (diff)
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.
Diffstat (limited to 'core/views/admin_dashboard_sidebar.html.php')
-rw-r--r--core/views/admin_dashboard_sidebar.html.php14
1 files changed, 0 insertions, 14 deletions
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 @@
-<?php defined("SYSPATH") or die("No direct script access.") ?>
-<div id="gAvailableBlocks" class="gBlock">
- <form class="gBlockContent">
- <fieldset>
- <legend>Add Dashboard Blocks</legend>
- <label for="">Available blocks</label>
- <select name="" id="">
- <option>Somthing</option>
- <option>Somthing else</option>
- </select>
- </fieldset>
- </form>
-</div>
-<?= $theme->admin_sidebar_blocks() ?>