diff --git a/tracks/app/views/layouts/standard.html.erb b/tracks/app/views/layouts/standard.html.erb
index 92e7bd1a..3c66fe1a 100644
--- a/tracks/app/views/layouts/standard.html.erb
+++ b/tracks/app/views/layouts/standard.html.erb
@@ -40,13 +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]) %>
- <%=
- image_tag("system-search.png", :alt => "Search") -%>
-
- <% end %>
+ <%= link_to "Logout (#{current_user.display_name}) »", logout_path %>
@@ -65,6 +59,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" ) %>