diff options
-rw-r--r-- | app/views/general/search.rhtml | 3 | ||||
-rw-r--r-- | public/stylesheets/ie6-custom.css | 5 |
2 files changed, 1 insertions, 7 deletions
diff --git a/app/views/general/search.rhtml b/app/views/general/search.rhtml index 43aa9785a..fe6229293 100644 --- a/app/views/general/search.rhtml +++ b/app/views/general/search.rhtml @@ -7,7 +7,7 @@ <% if @query.nil? %> <% @title = _("Search Freedom of Information requests, public authorities and users") %> <% elsif @total_hits == 0 %> - <% @title = _('There were no requests matching your query.') %> + <% @title = _('There were no results matching your query.') %> <% else %> <% @title = _("Results page {{page_number}}", :page_number => @page.to_s) %> <% end%> @@ -166,7 +166,6 @@ <%= will_paginate WillPaginate::Collection.new(@page, @bodies_per_page, @xapian_bodies.matches_estimated) %> <% elsif @bodies && !@query.nil? && @xapian_bodies.results.size == 0 && @page == 1 %> - <h2 class="publicbody_results"><%= _('No public authorities found') %></h2> <% if @spelling_correction %> <p id="did_you_mean"><%= _('Did you mean: {{correction}}', :correction => search_link(@spelling_correction, @postfix)) %></p> <% end %> diff --git a/public/stylesheets/ie6-custom.css b/public/stylesheets/ie6-custom.css index 6ebde600c..64d632e72 100644 --- a/public/stylesheets/ie6-custom.css +++ b/public/stylesheets/ie6-custom.css @@ -1,6 +1 @@ /* drop your local IE-specific CSS overrides in here */ - -#banner -{ - background-image: url(../images/navimg/bnnr-temp-100pxd.jpg); -} |