From 80ae2fe4bf8d5872d0aeb18559fa8b099d07282f Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Sun, 30 Aug 2009 23:51:31 -0600 Subject: [PATCH] Finish this pass at the Admin Maintenance view. Re-introduce status icons, put Cancel All, Delete All buttons in the action heading cell. --- .../gallery/views/admin_maintenance.html.php | 20 +++++++++---------- themes/admin_default/css/screen.css | 7 +------ themes/default/css/screen.css | 1 - 3 files changed, 10 insertions(+), 18 deletions(-) diff --git a/modules/gallery/views/admin_maintenance.html.php b/modules/gallery/views/admin_maintenance.html.php index 05bc092371..4bca865377 100644 --- a/modules/gallery/views/admin_maintenance.html.php +++ b/modules/gallery/views/admin_maintenance.html.php @@ -22,7 +22,7 @@ "> - + name ?> @@ -42,10 +42,6 @@ class="gDialogLink gButtonLink ui-icon-left ui-state-default ui-corner-all"> count()): ?>
- " - class="gButtonLink ui-icon-left ui-state-default ui-corner-all right"> - -

@@ -66,12 +62,15 @@ class="gButtonLink ui-icon-left ui-state-default ui-corner-all right"> "> -
+ " + class="gButtonLink ui-icon-left ui-state-default ui-corner-all right"> +
+ "> updated) ?> @@ -116,10 +115,6 @@ class="gButtonLink ui-icon-left ui-state-default ui-corner-all right"> count()): ?>
- " - class="gButtonLink ui-icon-left ui-state-default ui-corner-all right"> - -

@@ -140,12 +135,15 @@ class="gButtonLink ui-icon-left ui-state-default ui-corner-all right"> "> -
+ " + class="gButtonLink ui-icon-left ui-state-default ui-corner-all right"> +
+ "> updated) ?> diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css index c275eb1016..21b2b31ce0 100644 --- a/themes/admin_default/css/screen.css +++ b/themes/admin_default/css/screen.css @@ -312,7 +312,6 @@ li.gError select { .gError { background-color: #f6cbca; - color: red; background-image: url('../images/ico-error.png'); } @@ -346,11 +345,7 @@ table .gSuccess { background-color: transparent !important; } -.gPager .gInfo, -table .gError, -table .gInfo, -table .gSuccess, -table .gWarning { +.gPager .gInfo { background-image: none !important; } diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index 5eb30bde14..7cf4cfbe20 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -308,7 +308,6 @@ li.gError select { .gError { background-color: #f6cbca; - color: #f00; background-image: url('../images/ico-error.png'); }