diff options
-rw-r--r-- | app/views/admin_public_body/_form.rhtml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/admin_public_body/_form.rhtml b/app/views/admin_public_body/_form.rhtml index b224984cc..d5da64603 100644 --- a/app/views/admin_public_body/_form.rhtml +++ b/app/views/admin_public_body/_form.rhtml @@ -14,6 +14,9 @@ <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/> +<%= text_area 'public_body', 'notes', :rows => 3, :cols => 60 %></p> + <p><label for="public_body_tag_string">Tags (space separated: <% for category, description in PublicBody.categories_by_tag %> <% if category != "other" %> @@ -23,9 +26,6 @@ )</label><br/> <%= text_field 'public_body', 'tag_string', :size => 80 %></p> -<p><label for="public_body_notes">Notes</label> (for users to consider when making FOI requests to the authority)<br/> -<%= text_area 'public_body', 'notes', :rows => 4, :cols => 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]--> |