From 835b51c1de0d49e652fe9c9a60f0974275de070c Mon Sep 17 00:00:00 2001 From: Henare Degan Date: Wed, 27 Feb 2013 10:34:47 +1100 Subject: Rename ALL THE TEMPLATES!!1!!!one!!1!! .rhtml is deprecated in favour of .erb in Rails 3 --- app/views/general/_advanced_search_tips.rhtml | 49 --------------------------- 1 file changed, 49 deletions(-) delete mode 100644 app/views/general/_advanced_search_tips.rhtml (limited to 'app/views/general/_advanced_search_tips.rhtml') diff --git a/app/views/general/_advanced_search_tips.rhtml b/app/views/general/_advanced_search_tips.rhtml deleted file mode 100644 index 914abc1af..000000000 --- a/app/views/general/_advanced_search_tips.rhtml +++ /dev/null @@ -1,49 +0,0 @@ -
- -

<%= _("Advanced search tips")%>

- - -

<%= _('Table of statuses') %>

-

<%= _("All the options below can use status or latest_status before the colon. For example, status:not_held will match requests which have ever been marked as not held; latest_status:not_held will match only requests that are currently marked as not held.") %>

- - - - - - - - - - - - - -
<%=search_link('status:waiting_response', nil, nil, true)%><%= _('Waiting for the public authority to reply') %>
<%=search_link('status:not_held', nil, nil, true)%><%= _('The public authority does not have the information requested') %>
<%=search_link('status:rejected', nil, nil, true)%><%= _('The request was refused by the public authority') %>
<%=search_link('status:partially_successful', nil, nil, true)%><%= _('Some of the information requested has been received') %>
<%=search_link('status:successful', nil, nil, true)%><%= _('All of the information requested has been received') %>
<%=search_link('status:waiting_clarification', nil, nil, true)%><%= _('The public authority would like part of the request explained') %>
<%=search_link('status:gone_postal', nil, nil, true)%><%= _('The public authority would like to / has responded by post') %>
<%=search_link('status:internal_review', nil, nil, true)%><%= _('Waiting for the public authority to complete an internal review of their handling of the request') %>
<%=search_link('status:error_message', nil, nil, true)%><%= _('Received an error message, such as delivery failure.') %>
<%=search_link('status:requires_admin', nil, nil, true)%><%= _('A strange reponse, required attention by the {{site_name}} team', :site_name=>site_name) %>
<%=search_link('status:user_withdrawn', nil, nil, true)%><%= _('The requester has abandoned this request for some reason') %>
- -

<%= _('Table of varieties') %>

-

<%= _("All the options below can use variety or latest_variety before the colon. For example, variety:sent will match requests which have ever been sent; latest_variety:sent will match only requests that are currently marked as sent.") %>

- - - - - - - -
<%=search_link('variety:sent', nil, nil, true)%><%= _('Original request sent') %>
<%=search_link('variety:followup_sent', nil, nil, true)%><%= _('Follow up message sent by requester') %>
<%=search_link('variety:response', nil, nil, true)%><%= _('Response from a public authority') %>
<%=search_link('variety:comment', nil, nil, true)%><%= _('Annotation added to request') %>
<%=search_link('variety:authority', nil, nil, true)%><%= _('A public authority') %>
<%=search_link('variety:user', nil, nil, true)%><%= _('A {{site_name}} user', :site_name=>site_name) %>
-
-- cgit v1.2.3