%# (C) COPYRIGHT HELP/SYSTEMS, L.L.C. 2011 %>
'
menuCfg="{items: [
{
iconCls: 'icon_edit',
text: '<%= t ".edit_job_flow_graph_diagram" %>',
actsOn: 'one',
actionUrl: '<%= edit_job_flow_diagram_path(-1) %>',
usePopup: false
},{
iconCls: 'icon_copy',
text: '<%=t ".copy_jobflowgraph_object" %>',
actsOn: 'one',
actionUrl: '<%= copy_job_flow_diagram_path(-1) %>',
usePopup: false
},{
iconCls: 'icon_delete',
text: '<%= t('.delete_jobflowgraph_object') %>',
actsOn: 'one',
method: 'DELETE',
actionUrl: '<%= job_flow_diagram_path(-1) %>',
ajaxRequest: true,
confirmText: '<%=t ".delete_confirmation" %>'
}, '-', {
iconCls: 'icon_audit',
text: '<%=t "common.show_audit_changes" %>',
actsOn: 'one',
actionUrl: '<%= audits_path(:auditable_id => -1, :auditable_type => 'JobFlowGraph') %>'
}]}"
sortField="{field: 'name', direction: 'ASC'}"
tbar="{items: [{
iconCls: 'icon_create',
text: '<%= t('.create_jobflowgraph_object') %>',
actsOn: 'none',
actionUrl: '<%= new_job_flow_diagram_path() %>'
}]}"
url="<%= job_flow_diagrams_path(:format => 'json') %>">