diff options
| author | Chad Kieffer <chad@2tbsp.com> | 2008-12-19 01:54:53 +0000 |
|---|---|---|
| committer | Chad Kieffer <chad@2tbsp.com> | 2008-12-19 01:54:53 +0000 |
| commit | 4a4ec2b48653bf6ce4802c8c81bd743a3dfd04c1 (patch) | |
| tree | c4fb91c271614359be212c41cee32330845d682b /themes/admin_default/views/dashboard.html.php | |
| parent | 8b3e2445781d09825fa4f7d65b34011f7006d35a (diff) | |
Restored admin menu. Restored call to default theme's style sheet during development, to simplify the process. Admin specific styles go in admin_default/css/screen.css. Moved jquery files out to css and js.
Diffstat (limited to 'themes/admin_default/views/dashboard.html.php')
| -rw-r--r-- | themes/admin_default/views/dashboard.html.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/themes/admin_default/views/dashboard.html.php b/themes/admin_default/views/dashboard.html.php index b0e32c43..1cfd8e23 100644 --- a/themes/admin_default/views/dashboard.html.php +++ b/themes/admin_default/views/dashboard.html.php @@ -1,6 +1,5 @@ <? defined("SYSPATH") or die("No direct script access."); ?> <div class="gBlock"> - <a href="" class="gClose">X</a> <h2>Welcome to Gallery 3!</h2> <div class="gBlockContent"> <p>This is your administration dashboard and it provides a quick overview of status messages, @@ -16,7 +15,6 @@ </div> <div class="gBlock"> - <a href="" class="gClose">X</a> <h2>Status Messages</h2> <ul class="gBlockContent gMessages"> <li class="gWarning"><a href="#" title="">Gallery 3.1 is available, you're running Gallery 3.0. Update now!</a></li> @@ -28,7 +26,6 @@ </div> <div id="gPhotoStream" class="gBlock"> - <a href="" class="gClose">X</a> <h2>Photo Stream</h2> <div class="gBlockContent"> <p>Recent photos added to your Gallery</p> @@ -38,7 +35,6 @@ </div> <div id="gLogEntries" class="gBlock"> - <a href="" class="gClose">X</a> <h2>Recent Comments</h2> <ul class="gBlockContent"> <li><a href="">hacker</a> 2008-12-10 23:02:23 Something happened</li> @@ -50,7 +46,6 @@ </div> <div id="gLogEntries" class="gBlock"> - <a href="" class="gClose">X</a> <h2>Log Entries</h2> <ul class="gBlockContent"> <li>2008-12-10 23:02:23 Something happened</li> |
