%# (C) COPYRIGHT HELP/SYSTEMS, L.L.C. 2010 %> <% button_id = "button_close_#{@date_object.id}" form_id = "new_date_object" @title_section = t "date_objects.date_object.dialog_title" @title_item = t('common.new_caption') @help_link_anchor = HELP_URL_CONFIG['scheduling_objects']['date_lists']['date_list_settings'] %> <% form_for @date_object, :html => {:id => form_id,:class => "edit_date_object",:autocomplete => "off", :onsubmit => "try {helpsys.CntMgr.getController('#{form_id}').submitForm();} catch(e) {console.log(e);};return false;"} do |form| %> <%= render( :partial => "edit_general", :layout => 'shared/edit_section', :locals => { :section_id => "settings-general", :section_title => t('common.general_title'), :details_only => true}) %> <%= render( :partial => "edit_run_dates", :layout => 'shared/edit_section', :locals => { :section_id => "settings-run-dates", :section_title => t("date_objects.run_dates"), :details_only => true}) %>
<% end %>