]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/default/acq/po/item_table.tt2
Merge branch 'master' of git.evergreen-ils.org:Evergreen into dbs/ttopac-master-merge
[working/Evergreen.git] / Open-ILS / src / templates / default / acq / po / item_table.tt2
1 <div id="acq-po-item-table" class="hidden">
2     <h3>Direct Charges, Taxes, Fees, etc.</h3>
3     <table>
4         <thead id="acq-po-item-table-headings">
5             <tr>
6                 <th>Charge Type</th>
7                 <th>Fund</th>
8                 <th>Title/Description</th>
9                 <th>Author</th>
10                 <th>Note</th>
11                 <th>Estimated Cost</th>
12                 <th><!-- Delete --></th>
13             </tr>
14         </thead>
15         <tbody id="acq-po-item-table-items">
16             <tr>
17                 <td name="inv_item_type" em="12"></td>
18                 <td name="fund" em="10"></td>
19                 <td name="title" em="12"></td>
20                 <td name="author" em="8"></td>
21                 <td name="note" em="12"></td>
22                 <td name="estimated_cost" em="8"></td>
23                 <td><button name="delete">X</button></td>
24             </tr>
25         </tbody>
26     </table>
27     <div id="acq-po-item-table-i-am-empty" class="hidden">
28         <em>There are no miscellanea attached to this purchase order.</em>
29     </div>
30     <div id="acq-po-item-table-controls">
31         <button id="acq-po-item-table-new-charge">New Charge</button> &nbsp;
32         <button id="acq-po-item-table-save-new">Save New Charges</button>
33     </div>
34 </div>