[#667] added invisible project scope label

This commit is contained in:
Romano Licker 2011-10-20 17:28:29 +02:00 committed by Holger Just
parent bf8de58548
commit 5ab9ed889c
3 changed files with 3 additions and 0 deletions

View File

@ -43,6 +43,7 @@ module SearchHelper
options << [l(:label_my_projects), 'my_projects'] unless User.current.memberships.empty?
options << [l(:label_and_its_subprojects, @project.name), 'subprojects'] unless @project.nil? || @project.descendants.active.empty?
options << [@project.name, ''] unless @project.nil?
label_tag("scope", l(:description_project_scope), :class => "hidden-for-sighted") +
select_tag('scope', options_for_select(options, params[:scope].to_s)) if options.size > 1
end

View File

@ -982,3 +982,4 @@ de:
label_path_encoding: Path encoding
text_mercurial_repo_example: local repository (e.g. /hgrepo, c:\hgrepo)
label_diff: diff
description_project_scope: Suchbereich

View File

@ -964,3 +964,4 @@ en:
enumeration_doc_categories: Document categories
enumeration_activities: Activities (time tracking)
enumeration_system_activity: System Activity
description_project_scope: Search scope