%# (C) COPYRIGHT HELP/SYSTEMS, L.L.C. 2009 %> <% button_id = "button_close_#{@notification_list.id}" form_id = "new_notification_list" @title_section = t('notification_lists.dialog_title') @title_item = t('common.new_caption') @help_link_anchor = HELP_URL_CONFIG['scheduling_objects']['notification_lists']['notification_list_settings'] %> <% form_for @notification_list, :html => { :id => form_id, :class => "edit_notification_list", :autocomplete => "off", :onsubmit => "try {helpsys.CntMgr.getController('#{form_id}').submitForm();} catch(e) {console.log(e);};return false;"} do |form| %> <%= hidden_field_tag 'notification_list[public_list]', true %> <%= render( :partial => "edit_general", :layout => 'shared/edit_section', :locals => { :section_id => "notification-list-general", :section_title => t('common.general_title'), :details_only => true}) %> <%= render( :partial => "email_contacts", :layout => 'shared/edit_section', :locals => { :section_id => "notification-list-email-contacts", :section_title => t('notification_lists.email_contact_heading'), :details_only => true}) %> <%= render( :partial => "edit_users", :layout => 'shared/edit_section', :locals => { :section_id => "notification-list-users", :section_title => t('notification_lists.users_heading'), :details_only => true}) %>