[#9489] added invisible search label
Contributed by Romano Licker. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7677 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
303ce0ae53
commit
f8fa9b767d
|
@ -2,6 +2,7 @@
|
|||
|
||||
<div class="box">
|
||||
<% form_tag({}, :method => :get) do %>
|
||||
<%= label_tag "search-input", l(:description_search), :class => "hidden-for-sighted" %>
|
||||
<p><%= text_field_tag 'q', @question, :size => 60, :id => 'search-input' %>
|
||||
<%= javascript_tag "Field.focus('search-input')" %>
|
||||
<%= project_select_tag %>
|
||||
|
|
|
@ -1000,5 +1000,6 @@ de:
|
|||
label_diff: diff
|
||||
text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo)
|
||||
|
||||
description_search: Suchfeld
|
||||
description_project_scope: Suchbereich
|
||||
|
||||
|
|
|
@ -978,4 +978,5 @@ en:
|
|||
enumeration_doc_categories: Document categories
|
||||
enumeration_activities: Activities (time tracking)
|
||||
enumeration_system_activity: System Activity
|
||||
description_search: Searchfield
|
||||
description_project_scope: Search scope
|
||||
|
|
Loading…
Reference in New Issue