From 27eeb9a1fcb7598b316302ee4619b88bfc7c6c37 Mon Sep 17 00:00:00 2001 From: bsag Date: Sun, 25 May 2008 17:48:32 +0100 Subject: [PATCH] lrbalt: removed search box from menu bar as discussed on mailinglist --- app/views/layouts/standard.html.erb | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/app/views/layouts/standard.html.erb b/app/views/layouts/standard.html.erb index 92e7bd1a..dec1fde7 100644 --- a/app/views/layouts/standard.html.erb +++ b/app/views/layouts/standard.html.erb @@ -40,12 +40,7 @@ window.onload=function(){ page.select('body .todo_notes').each { |e| e.toggle } end -%> |  - <%= link_to "Logout (#{current_user.display_name}) »", logout_path %>
<% - form_tag({:controller => :search, :action => :results}, {:class => "inline-form"}) do %> -
<%= text_field_tag(:search, params[:search]) %> - + <%= link_to "Logout (#{current_user.display_name}) »", logout_path %> <% end %> @@ -65,6 +60,7 @@ window.onload=function(){
  • <%= navigation_link(image_tag("feed-icon.png", :size => "16X16", :border => 0), {:controller => "feedlist", :action => "index"}, :title => "See a list of available feeds" ) %>
  • <%= navigation_link(image_tag("menustar.gif", :size => "16X16", :border => 0), tag_path("starred"), :title => "See your starred actions" ) %>
  • <%= navigation_link(image_tag("stats.gif", :size => "16X16", :border => 0), {:controller => "stats", :action => "index"}, :title => "See your statistics" ) %>
  • +
  • <%= navigation_link(image_tag("system-search.png", :size => "16X16", :border => 0), {:controller => "search", :action => "index"}, :title => "Search All Items" ) %>