<%# (C) COPYRIGHT HELP/SYSTEMS, L.L.C. 2012 %>
" helpUrl="<%=help_link(HELP_URL_CONFIG['scheduling_objects']['oracle']['home'])%>" region="center" lazyRender="true" dojoType="helpsys.ext.LiveGrid" baseParameters="{ tag: '<%= params[:tag] %>' }" authenticity_token="<%= form_authenticity_token %>" autoExpandColumn="oracle_system_definitionsGridDescription" dataColumns="[{name: 'id'}, {name: 'name'}, {name: 'description'}, {name: 'oracle_user_name'}, {name: 'appl_short_name'}, {name: 'responsibility'}, {name: 'aol_user'}]" deletePath="<%= oracle_system_definition_path(-1) %>" deleteConfirmation='<%=t ".delete_confirmation" %>' editPath="<%= edit_oracle_system_definition_path(-1) %>" editInPopup="false" gridColumns="[ {dataIndex: 'name', header: '<%= t('common.name') %>', id: 'oracle_system_definitionsGridName', locked: false, sortable: true, width: 150, filter: true, filterType: 'string'}, {dataIndex: 'description', header: '<%= t('common.description') %>', id: 'oracle_system_definitionsGridDescription', locked: false, sortable: true, width: 150, filter: true, filterType: 'string'}, {dataIndex: 'oracle_user_name', header: '<%= t('.oracle_user_name') %>', id: 'oracle_system_definitionsGridOracleUserName', locked: false, sortable: true, width: 100, filter: true, filterType: 'string'}, {dataIndex: 'appl_short_name', header: '<%= t('.appl_short_name') %>', id: 'oracle_system_definitionsGridApplShortName', locked: false, sortable: true, width: 100, filter: true, filterType: 'string'}, {dataIndex: 'responsibility', header: '<%= t('.responsibility') %>', id: 'oracle_system_definitionsGridResponsibility', locked: false, sortable: true, width: 100, filter: true, filterType: 'string'}, {dataIndex: 'aol_user', header: '<%= t('.appl_obj_lib_user') %>', id: 'oracle_system_definitionsGridAolUser', locked: false, sortable: true, width: 100, filter: true, filterType: 'string'} ]" includeDelete="true" includeEdit="true" includeShow="true" includeTagFilter="true" tagMatchAnyDefault="<%= match_any_default %>" menuCfg="{items: [{ iconCls: 'icon_edit', text: '<%= t('.edit_oracle_system_definition') %>', actsOn: 'one', actionUrl: '<%= edit_oracle_system_definition_path(-1) %>' },{ iconCls: 'icon_copy', text: '<%= t('.copy_oracle_system_definition') %>', actsOn: 'one', actionUrl: '<%= copy_oracle_system_definition_path(-1) %>' },{ iconCls: 'icon_delete', text: '<%= t('.delete_oracle_system_definition') %>', actsOn: 'one', method: 'DELETE', actionUrl: '<%= oracle_system_definition_path(-1) %>', ajaxRequest: true, confirmText: '<%=t ".delete_confirmation" %>' }, '-', { iconCls: 'icon_export', text: '<%=t ".export_oracle_system_definition" %>', actsOn: 'many', method: 'EXPORT', customAction: true, hideLoadWindow: true, handler: function(){exportController.openExportPopup.call(exportController)} }, { iconCls: 'icon_audit', text: '<%= t('common.show_audit_changes') %>', actsOn: 'one', actionUrl: '<%= audits_path(:auditable_id => -1, :auditable_type => 'OracleSystemDefinition') %>' },{ iconCls: 'icon_whereused', text: '<%= t('common.where_used') %>', actsOn: 'one', actionUrl: '<%= whereused_oracle_system_definition_path(-1) %>' }]}" sortField="{field: 'name', direction: 'ASC'}" tbar="{items: [{ iconCls: 'icon_create', text: '<%= t('.create_oracle_system_definition') %>', actsOn: 'none', actionUrl: '<%= new_oracle_system_definition_path %>' }]}" url="<%= oracle_system_definitions_path(:format => 'json') %>" style="height:100%;">