@@ -2,6 +2,7 | |||||
2 |
|
2 | |||
3 | <div class="box"> |
|
3 | <div class="box"> | |
4 | <% form_tag({}, :method => :get) do %> |
|
4 | <% form_tag({}, :method => :get) do %> | |
|
5 | <%= label_tag "search-input", l(:description_search), :class => "hidden-for-sighted" %> | |||
5 | <p><%= text_field_tag 'q', @question, :size => 60, :id => 'search-input' %> |
|
6 | <p><%= text_field_tag 'q', @question, :size => 60, :id => 'search-input' %> | |
6 | <%= javascript_tag "Field.focus('search-input')" %> |
|
7 | <%= javascript_tag "Field.focus('search-input')" %> | |
7 | <%= project_select_tag %> |
|
8 | <%= project_select_tag %> |
@@ -1000,5 +1000,6 de: | |||||
1000 | label_diff: diff |
|
1000 | label_diff: diff | |
1001 | text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo) |
|
1001 | text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo) | |
1002 |
|
1002 | |||
|
1003 | description_search: Suchfeld | |||
1003 | description_project_scope: Suchbereich |
|
1004 | description_project_scope: Suchbereich | |
1004 |
|
1005 |
@@ -978,4 +978,5 en: | |||||
978 | enumeration_doc_categories: Document categories |
|
978 | enumeration_doc_categories: Document categories | |
979 | enumeration_activities: Activities (time tracking) |
|
979 | enumeration_activities: Activities (time tracking) | |
980 | enumeration_system_activity: System Activity |
|
980 | enumeration_system_activity: System Activity | |
|
981 | description_search: Searchfield | |||
981 | description_project_scope: Search scope |
|
982 | description_project_scope: Search scope |
General Comments 0
You need to be logged in to leave comments.
Login now