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