removed search box from menu bar as discussed on mailinglist

git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@857 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
lrbalt 2008-05-24 14:15:53 +00:00
parent 649f4a44a4
commit 5286dbbd51

View file

@ -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 %><br/><%
form_tag({:controller => :search, :action => :results}, {:class => "inline-form"}) do %>
<br/><%= text_field_tag(:search, params[:search]) %>
<button type="submit" class="search_submit"><%=
image_tag("system-search.png", :alt => "Search") -%>
</button>
<% end %>
<%= link_to "Logout (#{current_user.display_name}) »", logout_path %>
</div>
<div id="navcontainer">
@ -65,6 +59,7 @@ window.onload=function(){
<li><%= navigation_link(image_tag("feed-icon.png", :size => "16X16", :border => 0), {:controller => "feedlist", :action => "index"}, :title => "See a list of available feeds" ) %></li>
<li><%= navigation_link(image_tag("menustar.gif", :size => "16X16", :border => 0), tag_path("starred"), :title => "See your starred actions" ) %></li>
<li><%= navigation_link(image_tag("stats.gif", :size => "16X16", :border => 0), {:controller => "stats", :action => "index"}, :title => "See your statistics" ) %></li>
<li><%= navigation_link(image_tag("system-search.png", :size => "16X16", :border => 0), {:controller => "search", :action => "index"}, :title => "Search All Items" ) %></li>
</ul>
</div>