]> source.dussan.org Git - redmine.git/commitdiff
Removed hard coded 'Search' string in base layout.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 30 Apr 2007 14:17:20 +0000 (14:17 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 30 Apr 2007 14:17:20 +0000 (14:17 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@492 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/layouts/base.rhtml

index 9d4a196d819beac0bd1517aeb589795ee5de2844..5cd88aaf96d1cb84bf886131556ccd80c42ffc15 100644 (file)
@@ -28,7 +28,7 @@
     </div>
     <div style="float: right; padding-right: 1em; padding-top: 0.2em;">
       <% if loggedin? %><small><%=l(:label_logged_as)%> <strong><%= @logged_in_user.login %></strong> -</small><% end %>
-      <small><%= toggle_link 'Search', 'quick-search-form', :focus => 'quick-search-input' %></small>
+      <small><%= toggle_link l(:label_search), 'quick-search-form', :focus => 'quick-search-input' %></small>
       <% form_tag({:controller => 'search', :action => 'index', :id => @project}, :method => :get, :id => 'quick-search-form', :style => "display:none;" ) do %>
         <%= text_field_tag 'q', @question, :size => 15, :class => 'small', :id => 'quick-search-input' %>
       <% end %>