[#9489] added invisible project scope label
Contributed by Romano Licker. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7676 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
3d895b575e
commit
303ce0ae53
|
@ -47,6 +47,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
|
||||
|
||||
|
|
|
@ -999,3 +999,6 @@ de:
|
|||
setting_issue_group_assignment: Allow issue assignment to groups
|
||||
label_diff: diff
|
||||
text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo)
|
||||
|
||||
description_project_scope: Suchbereich
|
||||
|
||||
|
|
|
@ -978,3 +978,4 @@ en:
|
|||
enumeration_doc_categories: Document categories
|
||||
enumeration_activities: Activities (time tracking)
|
||||
enumeration_system_activity: System Activity
|
||||
description_project_scope: Search scope
|
||||
|
|
Loading…
Reference in New Issue