%# (C) COPYRIGHT HELP/SYSTEMS, L.L.C. 2010 %> <% button_id = "button_close_#{@job_flow_graph.id}" form_id = "edit_job_flow_graph_#{@job_flow_graph.id}" @title_section = t('job_flow_graphs.job_flow_graph.dialog_title') @title_section = @title_section + ' ' + t('common.view_only_mode') if @view_only @title_item = h @job_flow_graph.name %> <% 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(:layout => 'shared/edit_section',:locals => {:section_id => "job-flow-graph-general", :section_title => t('common.general_title')}) do %>
<%= t_label('common.name') %>
<%= h @job_flow_graph.name %>
<%= t_label('common.description')%>
<%= h @job_flow_graph.description %>
<%= t_label('common.tags')%>
<%= h @job_flow_graph.tag_list %>