diff options
-rw-r--r-- | app/views/admin_public_body/_form.rhtml | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/app/views/admin_public_body/_form.rhtml b/app/views/admin_public_body/_form.rhtml index fdcf3e972..fa733212a 100644 --- a/app/views/admin_public_body/_form.rhtml +++ b/app/views/admin_public_body/_form.rhtml @@ -27,26 +27,22 @@ <p><label for="public_body_short_name">Short name (only put in abbreviations which are really used, otherwise leave blank. Short or long name is used in the URL - don't worry about breaking URLs through renaming, as the history is used to redirect)</label><br/> <%= text_field 'public_body', 'short_name', :size => 60 %></p> -<p><label for="public_body_request_email">Request email (set to <strong>blank</strong> (empty string) if can't find an address; to <strong>not_apply</strong> if FOI no longer / never did apply to authority)</label><br/> +<p><label for="public_body_request_email">Request email (set to <strong>blank</strong> (empty string) if can't find an address; to <strong>not_apply</strong> if FOI no longer / never did apply to authority; these emails are <strong>public</strong> as anyone can view with a CAPTCHA)</label><br/> <%= text_field 'public_body', 'request_email', :size => 40 %></p> <p><label for="public_body_home_page">Home page (of whole authority, not just their FOI page; set to <strong>blank</strong> (empty string) to guess it from the email)</label><br/> <%= text_field 'public_body', 'home_page', :size => 60 %></p> -<p><label for="public_body_notes">Notes</label> (for users to consider when making FOI requests to the authority)<br/> +<p><label for="public_body_notes">Public notes</label> (for users to consider when making FOI requests to the authority)<br/> <%= text_area 'public_body', 'notes', :rows => 3, :cols => 60 %></p> <p><label for="public_body_tag_string">Tags (space separated; see list of tags on the right)</label><br/> <%= text_field 'public_body', 'tag_string', :size => 60 %></p> -<p><label for="public_body_last_edit_comment">Comment for this edit</label> (put URL or other source of new info)<br/> -<%= text_area 'public_body', 'last_edit_comment', :rows => 2, :cols => 60 %></p> -<!--[eoform:public_body]--> +<br> -<p><strong>Privacy note:</strong> The email addresses are assumed public data, -so we can share the love around later. If somebody wants to give us a -super-secret address (say to bypass spam traps) then we'll have to rethink -this. -</p> +<p><label for="public_body_last_edit_comment"><strong>Comment</strong> for this edit</label> (put URL or other source of new info)<br/> +<%= text_area 'public_body', 'last_edit_comment', :rows => 3, :cols => 60 %></p> +<!--[eoform:public_body]--> |