@@ -1,4 +1,5 | |||||
1 | <p> |
|
1 | <p> | |
|
2 | <%= label_tag "user_mail_notification", l(:description_user_mail_notification), :class => "hidden-for-sighted" %> | |||
2 | <%= select_tag 'user[mail_notification]', options_for_select(user_mail_notification_options(@user), @user.mail_notification), |
|
3 | <%= select_tag 'user[mail_notification]', options_for_select(user_mail_notification_options(@user), @user.mail_notification), | |
3 | :onchange => 'if (this.value == "selected") {Element.show("notified-projects")} else {Element.hide("notified-projects")}' %> |
|
4 | :onchange => 'if (this.value == "selected") {Element.show("notified-projects")} else {Element.hide("notified-projects")}' %> | |
4 | </p> |
|
5 | </p> | |
@@ -8,5 +9,5 | |||||
8 | <% end %></p> |
|
9 | <% end %></p> | |
9 | <p><em><%= l(:text_user_mail_option) %></em></p> |
|
10 | <p><em><%= l(:text_user_mail_option) %></em></p> | |
10 | <% end %> |
|
11 | <% end %> | |
11 |
<p><label><%= l(:label_user_mail_no_self_notified) %>< |
|
12 | <p><label><%= l(:label_user_mail_no_self_notified) %><%= check_box_tag 'no_self_notified', 1, @user.pref[:no_self_notified] %></label></p> | |
12 |
|
13 |
@@ -1006,6 +1006,7 de: | |||||
1006 | description_message_content: Nachrichteninhalt |
|
1006 | description_message_content: Nachrichteninhalt | |
1007 | description_query_sort_criteria_attribute: Sortierattribut |
|
1007 | description_query_sort_criteria_attribute: Sortierattribut | |
1008 | description_query_sort_criteria_direction: Sortierrichtung |
|
1008 | description_query_sort_criteria_direction: Sortierrichtung | |
|
1009 | description_user_mail_notification: Mailbenachrichtigungseinstellung | |||
1009 | description_available_columns: Verfügbare Spalten |
|
1010 | description_available_columns: Verfügbare Spalten | |
1010 | description_selected_columns: Ausgewählte Spalten |
|
1011 | description_selected_columns: Ausgewählte Spalten | |
1011 | description_ticket_reassign: Ticketzuordnung |
|
1012 | description_ticket_reassign: Ticketzuordnung |
@@ -984,6 +984,7 en: | |||||
984 | description_message_content: Message content |
|
984 | description_message_content: Message content | |
985 | description_query_sort_criteria_attribute: Sort attribute |
|
985 | description_query_sort_criteria_attribute: Sort attribute | |
986 | description_query_sort_criteria_direction: Sort direction |
|
986 | description_query_sort_criteria_direction: Sort direction | |
|
987 | description_user_mail_notification: Mail notification settings | |||
987 | description_available_columns: Available Columns |
|
988 | description_available_columns: Available Columns | |
988 | description_selected_columns: Selected Spalten |
|
989 | description_selected_columns: Selected Spalten | |
989 | description_ticket_reassign: Assign issues to |
|
990 | description_ticket_reassign: Assign issues to |
General Comments 0
You need to be logged in to leave comments.
Login now