]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/default/acq/common/inv_dialog.tt2
Merge branch 'master' of git.evergreen-ils.org:Evergreen into template-toolkit-opac...
[working/Evergreen.git] / Open-ILS / src / templates / default / acq / common / inv_dialog.tt2
1 <script type="text/javascript" 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-inv_ident">
8                 Invoice #
9             </label>
10         </th>
11         <td>
12             <input id="acq-[% which %]-link-invoice-inv_ident"
13                 dojoType="dijit.form.TextBox" />
14         </td>
15     </tr>
16     <tr>
17         <th>
18             <label for="acq-[% which %]-link-invoice-provider">Provider</label>
19         </th>
20         <td>
21             <span id="acq-[% which %]-link-invoice-provider"></span>
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>