diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-08-23 10:14:44 +0100 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-09-05 17:31:08 +0100 |
commit | 22ddb17c65d294689f36f811f3344b4a23a73e9a (patch) | |
tree | e8a8e0097ebe34c170f0548687163c258524f8ee | |
parent | baa8fddc15597a7ea20cf25e411fd3427d2b1395 (diff) |
add admin hint for confirmed checkbox
-rw-r--r-- | templates/web/default/admin/body.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/web/default/admin/body.html b/templates/web/default/admin/body.html index 8e3df7588..532c78d4f 100644 --- a/templates/web/default/admin/body.html +++ b/templates/web/default/admin/body.html @@ -116,10 +116,18 @@ <strong>[% loc('Email address:') %] </strong><input type="text" name="email" size="30"> </p> + <div class="admin-hint"> + <p> + [% loc("Check <strong>confirmed</strong> to indicate that this contact has been confirmed as correct. + If you are not sure of the origin or validity of the contact, leave this unchecked.") %] + </p> + </div> <p> <input type="checkbox" name="confirmed" value="1" id="confirmed"> <label for="confirmed" class="inline">[% loc('Confirmed') %]</label> + </p> + <p> <input type="checkbox" name="deleted" value="1" id="deleted"> <label for="deleted" class="inline">[% loc('Deleted') %]</label> </p> |