diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/views/settings/_notifications.rhtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/settings/_notifications.rhtml b/app/views/settings/_notifications.rhtml index ac3213853..1a472d606 100644 --- a/app/views/settings/_notifications.rhtml +++ b/app/views/settings/_notifications.rhtml @@ -9,13 +9,13 @@ <%= hidden_field_tag 'settings[bcc_recipients]', 0 %></p> </div> -<fieldset class="box"><legend><%=l(:text_select_mail_notifications)%></legend> +<fieldset class="box" id="notified_events"><legend><%=l(:text_select_mail_notifications)%></legend> <% @notifiables.each do |notifiable| %> <label><%= check_box_tag 'settings[notified_events][]', notifiable, Setting.notified_events.include?(notifiable) %> <%= l_or_humanize(notifiable) %></label><br /> <% end %> <%= hidden_field_tag 'settings[notified_events][]', '' %> -<p><%= check_all_links('mail-options-form') %></p> +<p><%= check_all_links('notified_events') %></p> </fieldset> <fieldset class="box"><legend><%= l(:setting_emails_footer) %></legend> |