aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Whiteland <dave@mysociety.org>2013-08-23 10:15:07 +0100
committerDave Whiteland <dave@mysociety.org>2013-09-05 17:31:08 +0100
commit724d833afb02720bf2ef2b32dea599d82c02968e (patch)
treefaf454868d67f2358ae90ba0ae3636ddcbf2c570
parent22ddb17c65d294689f36f811f3344b4a23a73e9a (diff)
add admin hint for deleted checkbox
-rw-r--r--templates/web/default/admin/body.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/web/default/admin/body.html b/templates/web/default/admin/body.html
index 532c78d4f..395de7244 100644
--- a/templates/web/default/admin/body.html
+++ b/templates/web/default/admin/body.html
@@ -127,6 +127,12 @@
<label for="confirmed" class="inline">[% loc('Confirmed') %]</label>
</p>
+ <div class="admin-hint">
+ <p>
+ [% loc("Check <strong>deleted</strong> to remove the category from use.
+ It will not appear as an available category in the drop-down menu on the report-a-problem page.") %]
+ </p>
+ </div>
<p>
<input type="checkbox" name="deleted" value="1" id="deleted">
<label for="deleted" class="inline">[% loc('Deleted') %]</label>