]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/web/templates/default/acq/common/inv_dialog.tt2
a4e6593ad1f7e5477c67457708feb875cf96afb8
[working/Evergreen.git] / Open-ILS / web / templates / default / acq / common / inv_dialog.tt2
1 <script src="[% ctx.media_prefix %]/js/ui/default/acq/common/inv_dialog.js">
2 </script>
3 <big><strong>Choose invoice</strong></big>
4 <table class="acq-link-invoice-dialog">
5     <tr>
6         <th>
7             <label for="acq-[% which %]-link-invoice-provider">Provider</label>
8         </th>
9         <td>
10             <span id="acq-[% which %]-link-invoice-provider"></span>
11         </td>
12     </tr>
13     <tr>
14         <th>
15             <label for="acq-[% which %]-link-invoice-inv_ident">
16                 Invoice #
17             </label>
18         </th>
19         <td>
20             <input id="acq-[% which %]-link-invoice-inv_ident"
21                 dojoType="dijit.form.TextBox" />
22         </td>
23     </tr>
24     <tr>
25         <td colspan="2" style="text-align: center;">
26             <button id="acq-[% which %]-link-invoice-link"
27                 dojoType="dijit.form.Button" type="submit">Link</button>
28         </td>
29     </tr>
30 </table>