@@ -6,7 +6,7 | |||||
6 | <p><label><%= radio_button_tag 'todo', 'nullify', true %> <%= l(:text_issue_category_destroy_assignments) %></label><br /> |
|
6 | <p><label><%= radio_button_tag 'todo', 'nullify', true %> <%= l(:text_issue_category_destroy_assignments) %></label><br /> | |
7 | <% if @categories.size > 0 %> |
|
7 | <% if @categories.size > 0 %> | |
8 | <label><%= radio_button_tag 'todo', 'reassign', false %> <%= l(:text_issue_category_reassign_to) %></label>: |
|
8 | <label><%= radio_button_tag 'todo', 'reassign', false %> <%= l(:text_issue_category_reassign_to) %></label>: | |
9 |
<%= label_tag "reassign_to_id", l(:description_ |
|
9 | <%= label_tag "reassign_to_id", l(:description_issue_category_reassign), :class => "hidden-for-sighted" %> | |
10 | <%= select_tag 'reassign_to_id', options_from_collection_for_select(@categories, 'id', 'name') %></p> |
|
10 | <%= select_tag 'reassign_to_id', options_from_collection_for_select(@categories, 'id', 'name') %></p> | |
11 | <% end %> |
|
11 | <% end %> | |
12 | </div> |
|
12 | </div> |
@@ -10,7 +10,7 | |||||
10 | <% if @reassignable_to.any? %> |
|
10 | <% if @reassignable_to.any? %> | |
11 | <br /> |
|
11 | <br /> | |
12 | <label><%= radio_button_tag 'todo', 'reassign', false %> <%= l(:text_wiki_page_reassign_children) %></label>: |
|
12 | <label><%= radio_button_tag 'todo', 'reassign', false %> <%= l(:text_wiki_page_reassign_children) %></label>: | |
13 | <%= label_tag "reassign_to_id", l(:description_wiki_reassign), :class => "hidden-for-sighted" %> |
|
13 | <%= label_tag "reassign_to_id", l(:description_wiki_subpages_reassign), :class => "hidden-for-sighted" %> | |
14 | <%= select_tag 'reassign_to_id', wiki_page_options_for_select(@reassignable_to), |
|
14 | <%= select_tag 'reassign_to_id', wiki_page_options_for_select(@reassignable_to), | |
15 | :onclick => "$('todo_reassign').checked = true;" %> |
|
15 | :onclick => "$('todo_reassign').checked = true;" %> | |
16 | <% end %> |
|
16 | <% end %> |
@@ -1011,8 +1011,8 de: | |||||
1011 | description_user_mail_notification: Mailbenachrichtigungseinstellung |
|
1011 | description_user_mail_notification: Mailbenachrichtigungseinstellung | |
1012 | description_available_columns: Verfügbare Spalten |
|
1012 | description_available_columns: Verfügbare Spalten | |
1013 | description_selected_columns: Ausgewählte Spalten |
|
1013 | description_selected_columns: Ausgewählte Spalten | |
1014 |
description_ |
|
1014 | description_issue_category_reassign: Neue Kategorie wählen | |
1015 |
description_wiki_reassign: |
|
1015 | description_wiki_subpages_reassign: Neue Elternseite wählen | |
1016 | description_date_range_list: Zeitraum aus einer Liste wählen |
|
1016 | description_date_range_list: Zeitraum aus einer Liste wählen | |
1017 | description_date_range_interval: Zeitraum durch Start- und Enddatum festlegen |
|
1017 | description_date_range_interval: Zeitraum durch Start- und Enddatum festlegen | |
1018 | description_date_from: Startdatum eintragen |
|
1018 | description_date_from: Startdatum eintragen |
@@ -989,8 +989,8 en: | |||||
989 | description_user_mail_notification: Mail notification settings |
|
989 | description_user_mail_notification: Mail notification settings | |
990 | description_available_columns: Available Columns |
|
990 | description_available_columns: Available Columns | |
991 | description_selected_columns: Selected Spalten |
|
991 | description_selected_columns: Selected Spalten | |
992 |
description_ |
|
992 | description_issue_category_reassign: Choose issue category | |
993 |
description_wiki_reassign: |
|
993 | description_wiki_subpages_reassign: Choose new parent page | |
994 | description_date_range_list: Choose range from list |
|
994 | description_date_range_list: Choose range from list | |
995 | description_date_range_interval: Choose range by selecting start and end date |
|
995 | description_date_range_interval: Choose range by selecting start and end date | |
996 | description_date_from: Enter start date |
|
996 | description_date_from: Enter start date |
General Comments 0
You need to be logged in to leave comments.
Login now