diff --git a/tracks/app/views/layouts/standard.html.erb b/tracks/app/views/layouts/standard.html.erb
index b1535484..92e7bd1a 100644
--- a/tracks/app/views/layouts/standard.html.erb
+++ b/tracks/app/views/layouts/standard.html.erb
@@ -35,12 +35,18 @@ window.onload=function(){
<%= user_time.strftime(@prefs.title_date_format) %>
-
- <%= link_to_function("Toggle notes", nil, {:accesskey => "S", :title => "Toggle all notes", :id => "toggle-notes-nav"}) do |page|
+
+ <%= link_to_function("Toggle notes", nil, {:accesskey => "S", :title => "Toggle all notes", :id => "toggle-notes-nav"}) do |page|
page.select('body .todo_notes').each { |e| e.toggle }
end
-%> |
- <%= link_to "Logout (#{current_user.display_name}) »", logout_path %>
+ <%= 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 %>
@@ -59,7 +65,6 @@ 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" ) %>
diff --git a/tracks/public/stylesheets/standard.css b/tracks/public/stylesheets/standard.css
index 54105f79..38ad2c69 100644
--- a/tracks/public/stylesheets/standard.css
+++ b/tracks/public/stylesheets/standard.css
@@ -1004,7 +1004,7 @@ table.export_table {
/* STANDARD */
-button:hover, .widgets a:hover{
+.widgets a:hover{
background-color:#dff4ff;
border:1px solid #c2e1ef;
color:#336699;