diff options
author | mamouneyya <mamoun.diraneyya@gmail.com> | 2011-03-30 22:18:06 +0200 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2011-04-02 15:59:54 -0700 |
commit | 5931cc872d9ed33467712cb4a970bdbaac798ef9 (patch) | |
tree | 2043b688e25141d662476bd74a049118da207531 /modules/gallery/views/admin_maintenance.html.php | |
parent | 6d1377e9e9f232e1db3a7d1fc2a9409e5248fdda (diff) |
proposed fix for ticket #1664
Diffstat (limited to 'modules/gallery/views/admin_maintenance.html.php')
-rw-r--r-- | modules/gallery/views/admin_maintenance.html.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/gallery/views/admin_maintenance.html.php b/modules/gallery/views/admin_maintenance.html.php index c28def1d..230e9353 100644 --- a/modules/gallery/views/admin_maintenance.html.php +++ b/modules/gallery/views/admin_maintenance.html.php @@ -3,7 +3,9 @@ <h1> <?= t("Maintenance") ?> </h1> <div class="g-block-content"> <div id="g-maintenance-mode"> + <p> <?= t("When you're performing maintenance on your Gallery, you can enable <b>maintenance mode</b> which prevents any non-admin from accessing your Gallery. Some of the tasks below will automatically put your Gallery in maintenance mode for you.") ?> + </p> <ul id="g-action-status" class="g-message-block"> <? if (module::get_var("gallery", "maintenance_mode")): ?> <li class="g-warning"> |