Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OHR Support
Manage
Activity
Members
Labels
Plan
Issues
97
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
OHR Support
Commits
cd7b30da
Commit
cd7b30da
authored
13 years ago
by
Romano Licker
Committed by
Holger Just
13 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[#667] added invisible search label
parent
5ab9ed88
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
app/views/search/index.rhtml
+1
-0
1 addition, 0 deletions
app/views/search/index.rhtml
config/locales/de.yml
+1
-0
1 addition, 0 deletions
config/locales/de.yml
config/locales/en.yml
+1
-0
1 addition, 0 deletions
config/locales/en.yml
with
3 additions
and
0 deletions
app/views/search/index.rhtml
+
1
−
0
View file @
cd7b30da
...
...
@@ -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
%>
...
...
This diff is collapsed.
Click to expand it.
config/locales/de.yml
+
1
−
0
View file @
cd7b30da
...
...
@@ -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
This diff is collapsed.
Click to expand it.
config/locales/en.yml
+
1
−
0
View file @
cd7b30da
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment