lrbalt: removed search box from menu bar as discussed on mailinglist

This commit is contained in:
bsag 2008-05-25 17:48:32 +01:00
parent 20940ff348
commit 27eeb9a1fc

View file

@ -40,12 +40,7 @@ window.onload=function(){
page.select('body .todo_notes').each { |e| e.toggle } page.select('body .todo_notes').each { |e| e.toggle }
end end
-%> |  -%> | 
<%= link_to "Logout (#{current_user.display_name}) »", logout_path %><br/><% <%= link_to "Logout (#{current_user.display_name}) »", logout_path %>
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 %> <% end %>
</div> </div>
@ -65,6 +60,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("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("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("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> </ul>
</div> </div>