diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-08-23 10:41:35 +0100 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-09-05 17:31:08 +0100 |
commit | d7d3047f1d0f656c38d531e2a6b4a9adac7a8768 (patch) | |
tree | d3b19e14a7f439ddd62e40da996ccd9e6d64a1e2 | |
parent | dbea4aed4154d06a95e5bde5850da2a8c51c202c (diff) |
add admin hint for non_public checkbox
-rw-r--r-- | templates/web/default/admin/body.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/web/default/admin/body.html b/templates/web/default/admin/body.html index b48919013..9cb9125a6 100644 --- a/templates/web/default/admin/body.html +++ b/templates/web/default/admin/body.html @@ -147,6 +147,17 @@ <strong>[% loc('Note:') %] </strong> <textarea name="note" rows="3" cols="40"></textarea> </p> + <div class="admin-hint"> + <p> + [% loc("Check <strong>private</strong> if reports in this category should <strong>never be displayed on the website</strong>. + <br> + Normally, categories are not private. + <br> + This is suitable for issues that you want to allow users to report to the body, but for which there is no public + interest in displaying the report. In the UK, we've used this for services like requesting an extra rubbish bin + at a specific address.") %] + </p> + </div> <p> <input type="checkbox" name="non_public" value="1" id="non_public"> <label for="non_public" class="inline">[% loc('Private') %]</label> |