[#667] added invisible label
This commit is contained in:
parent
3c04b30834
commit
297294362b
@ -44,6 +44,7 @@
|
|||||||
<% if projects.any? %>
|
<% if projects.any? %>
|
||||||
<fieldset><legend><%=l(:label_project_new)%></legend>
|
<fieldset><legend><%=l(:label_project_new)%></legend>
|
||||||
<% remote_form_for(:membership, :url => { :action => 'edit_membership', :id => @group }) do %>
|
<% remote_form_for(:membership, :url => { :action => 'edit_membership', :id => @group }) do %>
|
||||||
|
<%= label_tag "membership_project_id", l(:description_choose_project), :class => "hidden-for-sighted" %>
|
||||||
<%= select_tag 'membership[project_id]', options_for_membership_project_select(@group, projects) %>
|
<%= select_tag 'membership[project_id]', options_for_membership_project_select(@group, projects) %>
|
||||||
<p><%= l(:label_role_plural) %>:
|
<p><%= l(:label_role_plural) %>:
|
||||||
<% roles.each do |role| %>
|
<% roles.each do |role| %>
|
||||||
|
@ -984,6 +984,7 @@ de:
|
|||||||
label_diff: diff
|
label_diff: diff
|
||||||
description_filter: Filter
|
description_filter: Filter
|
||||||
description_search: Suchfeld
|
description_search: Suchfeld
|
||||||
|
description_choose_project: Projektwahl
|
||||||
description_project_scope: Suchbereich
|
description_project_scope: Suchbereich
|
||||||
description_message_content: Nachrichteninhalt
|
description_message_content: Nachrichteninhalt
|
||||||
description_query_sort_criteria_attribute: Sortierattribut
|
description_query_sort_criteria_attribute: Sortierattribut
|
||||||
|
@ -966,6 +966,7 @@ en:
|
|||||||
enumeration_system_activity: System Activity
|
enumeration_system_activity: System Activity
|
||||||
description_filter: Filter
|
description_filter: Filter
|
||||||
description_search: Searchfield
|
description_search: Searchfield
|
||||||
|
description_choose_project: Choose Project
|
||||||
description_project_scope: Search scope
|
description_project_scope: Search scope
|
||||||
description_message_content: Message content
|
description_message_content: Message content
|
||||||
description_query_sort_criteria_attribute: Sort attribute
|
description_query_sort_criteria_attribute: Sort attribute
|
||||||
|
Loading…
x
Reference in New Issue
Block a user