[#667] added invisible search label
This commit is contained in:
parent
5ab9ed889c
commit
cd7b30dac6
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<% form_tag({}, :method => :get) do %>
|
<% 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' %>
|
<p><%= text_field_tag 'q', @question, :size => 60, :id => 'search-input' %>
|
||||||
<%= javascript_tag "Field.focus('search-input')" %>
|
<%= javascript_tag "Field.focus('search-input')" %>
|
||||||
<%= project_select_tag %>
|
<%= project_select_tag %>
|
||||||
|
@ -982,4 +982,5 @@ de:
|
|||||||
label_path_encoding: Path encoding
|
label_path_encoding: Path encoding
|
||||||
text_mercurial_repo_example: local repository (e.g. /hgrepo, c:\hgrepo)
|
text_mercurial_repo_example: local repository (e.g. /hgrepo, c:\hgrepo)
|
||||||
label_diff: diff
|
label_diff: diff
|
||||||
|
description_search: Suchfeld
|
||||||
description_project_scope: Suchbereich
|
description_project_scope: Suchbereich
|
||||||
|
@ -964,4 +964,5 @@ en:
|
|||||||
enumeration_doc_categories: Document categories
|
enumeration_doc_categories: Document categories
|
||||||
enumeration_activities: Activities (time tracking)
|
enumeration_activities: Activities (time tracking)
|
||||||
enumeration_system_activity: System Activity
|
enumeration_system_activity: System Activity
|
||||||
|
description_search: Searchfield
|
||||||
description_project_scope: Search scope
|
description_project_scope: Search scope
|
||||||
|
Loading…
x
Reference in New Issue
Block a user