@@ -1,29 +1,27 | |||
|
1 | 1 | <p> |
|
2 | 2 | <%= label_tag "user_mail_notification", l(:description_user_mail_notification), :class => "hidden-for-sighted" %> |
|
3 | 3 | <%= select_tag( |
|
4 | 4 | 'user[mail_notification]', |
|
5 | 5 | options_for_select( |
|
6 | 6 | user_mail_notification_options(@user), @user.mail_notification), |
|
7 | 7 | :onchange => 'if (this.value == "selected") {$("#notified-projects").show();} else {$("#notified-projects").hide();}' |
|
8 | 8 | ) %> |
|
9 | 9 | </p> |
|
10 | 10 | <%= content_tag 'div', :id => 'notified-projects', :style => (@user.mail_notification == 'selected' ? '' : 'display:none;') do %> |
|
11 | <p> | |
|
12 | 11 |
|
|
13 | 12 |
|
|
14 | 13 |
|
|
15 | 14 |
|
|
16 | 15 |
|
|
17 | 16 |
|
|
18 | 17 |
|
|
19 | 18 |
|
|
20 | 19 |
|
|
21 | </p> | |
|
22 | 20 | <p><em class="info"><%= l(:text_user_mail_option) %></em></p> |
|
23 | 21 | <% end %> |
|
24 | 22 | <p> |
|
25 | 23 | <label> |
|
26 | 24 | <%= l(:label_user_mail_no_self_notified) %> |
|
27 | 25 | <%= check_box_tag 'no_self_notified', 1, @user.pref[:no_self_notified] %> |
|
28 | 26 | </label> |
|
29 | 27 | </p> |
General Comments 0
You need to be logged in to leave comments.
Login now