%# (C) COPYRIGHT HELP/SYSTEMS, L.L.C. 2009 %> <% button_id = "button_close_#{@job_flow_graph.id}" form_id = "new_job_flow_graph" @title_section = t('job_flow_graphs.job_flow_graph.dialog_title') @title_item = t('common.new_caption') %> <% form_for @job_flow_graph, :html => { :id => form_id, :class => "edit_job_flow_graph", :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 => "job-flow-graph-general", :section_title => t('common.general_title'), :details_only => true}) %>