Mercurial > hg > soundsoftware-site
comparison app/views/settings/.svn/text-base/_notifications.rhtml.svn-base @ 128:07fa8a8b56a8
Update to Redmine trunk rev 4732
author | Chris Cannam |
---|---|
date | Wed, 19 Jan 2011 15:04:22 +0000 |
parents | 94944d00e43c |
children |
comparison
equal
deleted
inserted
replaced
119:8661b858af72 | 128:07fa8a8b56a8 |
---|---|
6 | 6 |
7 <p><%= setting_check_box :bcc_recipients %></p> | 7 <p><%= setting_check_box :bcc_recipients %></p> |
8 | 8 |
9 <p><%= setting_check_box :plain_text_mail %></p> | 9 <p><%= setting_check_box :plain_text_mail %></p> |
10 | 10 |
11 <p><%= setting_select(:default_notification_option, User::MAIL_NOTIFICATION_OPTIONS.collect {|o| [l(o.last), o.first.to_s]}) %></p> | 11 <p><%= setting_select(:default_notification_option, User.valid_notification_options.collect {|o| [l(o.last), o.first.to_s]}) %></p> |
12 | 12 |
13 </div> | 13 </div> |
14 | 14 |
15 <fieldset class="box" id="notified_events"><legend><%=l(:text_select_mail_notifications)%></legend> | 15 <fieldset class="box" id="notified_events"><legend><%=l(:text_select_mail_notifications)%></legend> |
16 <%= hidden_field_tag 'settings[notified_events][]', '' %> | 16 <%= hidden_field_tag 'settings[notified_events][]', '' %> |