]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/vandelay/inc/queueselect.tt2
ACQ+Vandelay ACQ Records in vandelay queue selector
[working/Evergreen.git] / Open-ILS / src / templates / vandelay / inc / queueselect.tt2
1 <!-- Form for choosing which queue to view -->
2 <h1>[% l('Select a Queue to Inspect') %]</h1><br/>
3 <table class='form_table'>
4     <tr>
5         <td>[% l('Queue Type') %]</td>
6         <td>
7             <select jsId='vlQueueSelectType' dojoType='dijit.form.FilteringSelect' onchange='vlShowQueueSelect();'>
8                 <option value='bib' selected='selected'>[% l('Bibliographic Records') %]</option>
9                 <option value='bib-acq'>[% l('Acquisitions Records') %]</option>
10                 <option value='auth'>[% l('Authority Records') %]</option>
11             </select>
12         </td>
13     </tr>
14     <tr>
15         <td>[% l('Queue') %]</td>
16         <td>
17             <select jsId='vlQueueSelectQueueList' dojoType='dijit.form.FilteringSelect'>
18             </select>
19         </td>
20     </tr>
21     <tr>
22         <td colspan='2'>
23             <button dojoType='dijit.form.Button' onclick='vlFetchQueueFromForm();'>[% l('Retrieve Queue') %]</button>
24         </td>
25     </tr>
26 </table>