diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-08-23 08:52:17 +0100 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-09-05 17:31:08 +0100 |
commit | 56f2bf79da8f1230d7f81fb4ae6945be9ac27a13 (patch) | |
tree | 79b73d8e5e585aecd12dba3233912e2c9e70071e | |
parent | 367fdaba0686150e841e879445ad2378f2f4d897 (diff) |
add new category hint
-rw-r--r-- | templates/web/default/admin/body.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/templates/web/default/admin/body.html b/templates/web/default/admin/body.html index 70176d248..4b32f2199 100644 --- a/templates/web/default/admin/body.html +++ b/templates/web/default/admin/body.html @@ -74,11 +74,27 @@ </p> </form> + <h2>[% loc('Add new category') %]</h2> + <p class="fms-admin-info"> + [% loc("Each contact for the body has a category, which is displayed to the public. + Different categories <strong>can have the same contact</strong> (email address). + This means you can add many categories even if you only have one contact for the body. + ") %] + </p> <form method="post" action="[% c.uri_for('body', body_id ) %]" enctype="application/x-www-form-urlencoded" accept-charset="utf-8"> [% IF c.cobrand.moniker != 'emptyhomes' %] + <div class="admin-hint"> + <p> + [% loc('Choose a <strong>category</strong> name that makes sense to the public (e.g., "Pothole", "Street lighting") but is helpful + to the body too. These will appear in the drop-down menu on the report-a-problem page.') %] + <br> + [% loc("If two or more bodies serve the same location, FixMyStreet combines identical categories into a single entry in + the menu. Make sure you use the same category name in the bodies if you want this to happen.") %] + </p> + </div> <p> <strong>[% loc('Category:') %] </strong><input type="text" name="category" size="30"> </p> |