%# (C) COPYRIGHT HELP/SYSTEMS, L.L.C. 2014 %>
<%
ok_button_id = "button_ok_job_queue_finder"
dialog_id = "job_queue_finder"
grid_id = "job_queue_finder_grid"
%>
',
handler: helpsys.finderButton
}, {
text: '<%= t('common.cancel') %>',
handler: ActiveDialog.hideDialog
}]"
height="300"
width="480"
layout="border"
stateId="job_queueFinder">
', id: 'job_queuesFinderName', locked: false, sortable: true, width: 60},
{dataIndex: 'description', header: '<%=t "common.description" %>', id: 'job_queuesFinderDescription', locked: false, sortable: true, width: 150},
{dataIndex: 'agent', header: '<%=t "common.agent" %>', id: 'job_queuesFinderAgent', locked: false, sortable: true, width: 150}]"
tbar="{items: []}"
sortField="{field: 'name', direction: 'ASC'}"
url="<%= job_queues_path(:format => 'json', :exclude_defaults => true, :record_security => record_security ) %>" style="height:100%;">