From 7efe52bbf547ca078cb978db5c134e69efeacf84 Mon Sep 17 00:00:00 2001 From: utvk Date: Tue, 7 Jan 2014 23:06:04 +0100 Subject: Still need English contact info --- lib/views/help/contact.html.erb | 48 +++++++++++++++++++++++------------------ 1 file changed, 27 insertions(+), 21 deletions(-) (limited to 'lib') diff --git a/lib/views/help/contact.html.erb b/lib/views/help/contact.html.erb index b3f6a94..ad89db9 100644 --- a/lib/views/help/contact.html.erb +++ b/lib/views/help/contact.html.erb @@ -1,4 +1,4 @@ -<% @title = "Kontakt oss" %> +<% @title = "Contact us" %> <%= foi_error_messages_for :contact %> @@ -7,30 +7,35 @@
<% if !flash[:notice] %> -

Kontakt en myndighet for å få offentlig informasjon

+

Contact an authority to get official information

<% end %> -

Kontakt menneskene bak <%= site_name %>

+

Contact the <%= site_name %> team

<% if !flash[:notice] %> <% end %>
@@ -39,51 +44,52 @@ <% if not @user %>

- + <%= f.text_field :name, :size => 20 %> - (eller <%= link_to "logg inn", signin_path(:r => request.fullpath) %>) + (or <%= link_to "sign in", signin_path(:r => request.fullpath) %>)

- + <%= f.text_field :email, :size => 20 %>

<% end %>

- + <%= f.text_field :subject, :size => 50 %>

- + <%= f.text_area :message, :rows => 10, :cols => 60 %>

<% if !@last_request.nil? %>

-

<% end %> <% if !@last_body.nil? %>

- + <%=public_body_link(@last_body) %> - <%= submit_tag "remove", :name => 'fjern' %> + <%= submit_tag "remove", :name => 'remove' %>

<% end %>

- Vi kan bare hjelpe deg med tekniske problemer, ellers spørsmål om innsyn. + We can only help you with technical problems, or questions + about Freedom of Information.

<%= hidden_field_tag(:submitted_contact_form, 1) %> - <%= submit_tag "Send meldingen til oss" %> - <-- det er vi som driver denne tjenesten. ikke myndighetene! + <%= submit_tag "Send message to the charity" %> + <-- we run this site, not the Government!
<% end %> -- cgit v1.2.3