mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
lrbalt: removed search box from menu bar as discussed on mailinglist
This commit is contained in:
parent
20940ff348
commit
27eeb9a1fc
1 changed files with 2 additions and 6 deletions
|
|
@ -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 %><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>
|
||||
<%= link_to "Logout (#{current_user.display_name}) »", logout_path %>
|
||||
<% end %>
|
||||
</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("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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue