<%# (C) COPYRIGHT HELP/SYSTEMS, L.L.C. 2011 %> <% button_id = "button_close_#{@sap_job_definition.id}" form_id = "new_sap_job_definition" @title = t('sap_job_definitions.sap_job_definition.dialog_title') @title_section = t('sap_job_definitions.sap_job_definition.dialog_title') @title_item = t('common.new_caption') @help_link_anchor = HELP_URL_CONFIG['sap']['job']['settings'] %> <% form_for @sap_job_definition, :html => { :id => form_id, :class => "edit_sap_job_definition", :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 => "sap-job-general", :section_title => t('common.general_title'), :details_only => true}) %> <%= render( :partial => "edit_steps", :layout => 'shared/edit_section', :locals => { :section_id => "sap-job-steps-grids", :section_title => t('sap_abap_step_sets.sap_abap_step_set.steps_tab'), :details_only => true}) %> <% if @copy %> <% end %>
<%= standard_buttons(button_id) %>
<% end %>