some bugfixes and use of icons
[koha.git] / koha-tmpl / intranet-tmpl / default / en / acqui / recieveorder.tmpl
1 <TMPL_INCLUDE name="acquisitions-top.inc">
2
3 <FONT SIZE=6><em>Receive Orders From Supplier <a href=whitcoulls.html><TMPL_VAR name="name"></a></em></FONT>
4 <p>
5 <CENTER>
6 <form method=get action="receive.pl">
7 <input type=hidden name=id value=<TMPL_VAR name="id">>
8 <p>
9 <table border=1 cellspacing=0 cellpadding=5>
10 <tr valign=top bgcolor="#ffdf61"><td  colspan=2><B>SUPPLIER INVOICE INFORMATION</B></td></tr>
11 <TR VALIGN=TOP >
12 <TD>Supplier Invoice Number</td>
13 <td><input type=text size=20 name=invoice>
14 </td>
15 </tr>
16 <TR VALIGN=TOP bgcolor="#ffffcc">
17 <TD>GST</td>
18 <td><input type=text size=20 name=gst>
19 </td>
20 </tr>
21 <TR VALIGN=TOP>
22 <TD>Freight</td>
23 <td><input type=text size=20 name=freight>
24 </td>
25 </tr>
26 <TR VALIGN=TOP>
27 <td colspan=2 align="center"><input type=image  name=submit src="/<TMPL_VAR name="theme">/images/2rightarrow.png" border=0 title="continue" alt="save" border=0>
28 </td>
29 </tr>
30 </table>
31 </CENTER>
32
33 <TMPL_INCLUDE name="acquisitions-bottom.inc">