diff options
-rw-r--r-- | app/views/request/new.rhtml | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/app/views/request/new.rhtml b/app/views/request/new.rhtml index ce95312dc..ff5e402e0 100644 --- a/app/views/request/new.rhtml +++ b/app/views/request/new.rhtml @@ -18,13 +18,15 @@ <ul> <li> <% form_tag("http://www.google.co.uk/search", {:id => "search_body_website_form", :method => "get"} ) do %> - <strong>First, search</strong> the authority's web site ... - <br> - <%= text_field_tag 'q', params[:q], { :size => 20 } %> - <%= hidden_field_tag 'as_sitesearch', @info_request.public_body.calculated_home_page %> - <%= submit_tag "Search" %> - <br> - ... to check that the info isn't already published. + <p> + <strong>First, search</strong> the authority's web site ... + <br> + <%= text_field_tag 'q', params[:q], { :size => 20 } %> + <%= hidden_field_tag 'as_sitesearch', @info_request.public_body.calculated_home_page %> + <%= submit_tag "Search" %> + <br> + ... to check that the info isn't already published. + </p> <% end %> </li> <li>Write your request in <strong>simple, precise language</strong>. |