aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/request/new.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/request/new.rhtml')
-rw-r--r--app/views/request/new.rhtml19
1 files changed, 10 insertions, 9 deletions
diff --git a/app/views/request/new.rhtml b/app/views/request/new.rhtml
index b8625a8e6..9538065ed 100644
--- a/app/views/request/new.rhtml
+++ b/app/views/request/new.rhtml
@@ -10,11 +10,13 @@
</ul></div>
<% end %>
+<h1>Make a new request</h1>
+
<%= foi_error_messages_for :info_request, :outgoing_message %>
<div id="request_advice">
- <h1><%= _('Read this before writing your {{info_request_law_used_full}} request', :info_request_law_used_full=>h(@info_request.law_used_full)) %></h1>
- <ul>
+ <h2><%= _('Read this before writing your {{info_request_law_used_full}} request', :info_request_law_used_full=>h(@info_request.law_used_full)) %></h2>
+ <ol>
<li>
<% form_tag("http://www.google.co.uk/search", {:id => "search_body_website_form", :method => "get"} ) do %>
<p>
@@ -26,11 +28,12 @@
<% end %>
<% if !@info_request.public_body.calculated_home_page.nil? %>
<br>
- &nbsp; &nbsp; &nbsp; &nbsp; <%= text_field_tag 'q', params[:q], { :size => 20 } %>
- <%= hidden_field_tag 'as_sitesearch', @info_request.public_body.calculated_home_page %>
- <%= submit_tag _("Search") %>
+ <p>
+ &nbsp; &nbsp; &nbsp; &nbsp; <%= text_field_tag 'q', params[:q], { :size => 20 } %>
+ <%= hidden_field_tag 'as_sitesearch', @info_request.public_body.calculated_home_page %>
+ <%= submit_tag _("Search") %>
+ </p>
<% end %>
- <br>
... <%= _('to check that the info isn\'t already published.') %>
</p>
<% end %>
@@ -47,7 +50,7 @@
<li><%= _('Ask for <strong>specific</strong> documents or information, this site is not suitable for general enquiries.') %></li>
<li><%= _('Keep it <strong>focused</strong>, you\'ll be more likely to get what you want (<a href="%s">why?</a>).') % [help_requesting_path + '#focused'] %></li>
<li><%= _('This site is <strong>public</strong>. Everything you type and any response will be published.') %></li>
- </ul>
+ </ol>
<% if @info_request.public_body.has_notes? %>
<h1><%= _('Special note for this authority!') %></h1>
@@ -84,10 +87,8 @@
<% form_for(:info_request, @info_request, :html => { :id => 'write_form' } ) do |f| %>
<div id="request_form">
- <h1>
<label class="form_label" for="info_request_public_body_id"><%= _('To:') %></label>
<span id="to_public_body"><%=h(@info_request.public_body.name)%></span>
- </h1>
<p>
<label class="form_label" for="info_request_title"><%= _('Summary:') %></label>