Commit cd7b30da authored by Romano Licker's avatar Romano Licker Committed by Holger Just

[#667] added invisible search label

parent 5ab9ed88
......@@ -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 %>
......
......@@ -982,4 +982,5 @@ de:
label_path_encoding: Path encoding
text_mercurial_repo_example: local repository (e.g. /hgrepo, c:\hgrepo)
label_diff: diff
description_search: Suchfeld
description_project_scope: Suchbereich
......@@ -964,4 +964,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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment