diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-01-11 22:56:52 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-01-11 22:56:52 +0000 |
commit | 70b96082751b381ce31d858f9806dda2e63a9588 (patch) | |
tree | c89c797de4f143a3ab678963935f2b3167ccb376 /core | |
parent | eccf2bf83ed18c51888c072cea0ec522ef1fda4a (diff) |
Fix up the colors and background images for rows in gAdminMaintenance.
Diffstat (limited to 'core')
-rw-r--r-- | core/views/admin_maintenance.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/admin_maintenance.html.php b/core/views/admin_maintenance.html.php index 49a2f364..1da87788 100644 --- a/core/views/admin_maintenance.html.php +++ b/core/views/admin_maintenance.html.php @@ -1,5 +1,5 @@ <?php defined("SYSPATH") or die("No direct script access.") ?> -<div id="gMaintenance"> +<div id="gAdminMaintenance"> <h1> <?= t("Maintenance Tasks") ?> </h1> <p> <?= t("Occasionally your Gallery will require some maintenance. Here are some tasks you can use to keep it running smoothly.") ?> |