@@ -44,6 +44,7 | |||||
44 | <% if projects.any? %> |
|
44 | <% if projects.any? %> | |
45 | <fieldset><legend><%=l(:label_project_new)%></legend> |
|
45 | <fieldset><legend><%=l(:label_project_new)%></legend> | |
46 | <% remote_form_for(:membership, :url => { :action => 'edit_membership', :id => @group }) do %> |
|
46 | <% remote_form_for(:membership, :url => { :action => 'edit_membership', :id => @group }) do %> | |
|
47 | <%= label_tag "membership_project_id", l(:description_choose_project), :class => "hidden-for-sighted" %> | |||
47 | <%= select_tag 'membership[project_id]', options_for_membership_project_select(@group, projects) %> |
|
48 | <%= select_tag 'membership[project_id]', options_for_membership_project_select(@group, projects) %> | |
48 | <p><%= l(:label_role_plural) %>: |
|
49 | <p><%= l(:label_role_plural) %>: | |
49 | <% roles.each do |role| %> |
|
50 | <% roles.each do |role| %> |
@@ -1002,6 +1002,7 de: | |||||
1002 |
|
1002 | |||
1003 | description_filter: Filter |
|
1003 | description_filter: Filter | |
1004 | description_search: Suchfeld |
|
1004 | description_search: Suchfeld | |
|
1005 | description_choose_project: Projekte | |||
1005 | description_project_scope: Suchbereich |
|
1006 | description_project_scope: Suchbereich | |
1006 | description_message_content: Nachrichteninhalt |
|
1007 | description_message_content: Nachrichteninhalt | |
1007 | description_query_sort_criteria_attribute: Sortierattribut |
|
1008 | description_query_sort_criteria_attribute: Sortierattribut |
@@ -980,6 +980,7 en: | |||||
980 | enumeration_system_activity: System Activity |
|
980 | enumeration_system_activity: System Activity | |
981 | description_filter: Filter |
|
981 | description_filter: Filter | |
982 | description_search: Searchfield |
|
982 | description_search: Searchfield | |
|
983 | description_choose_project: Projects | |||
983 | description_project_scope: Search scope |
|
984 | description_project_scope: Search scope | |
984 | description_message_content: Message content |
|
985 | description_message_content: Message content | |
985 | description_query_sort_criteria_attribute: Sort attribute |
|
986 | description_query_sort_criteria_attribute: Sort attribute |
General Comments 0
You need to be logged in to leave comments.
Login now