<!-- start print template -->
<div id="windowPrintForm">
<fieldset>
<legend><strong>Print purchasing order</strong>
<a href="formPrint.php" class="windowPrint" id="windowPrint" title="Print purchasing order" onclick="Modalbox.show(this.href, {title: this.title, width: 936}); return false;"><img src="{$template}/images/icons/icon-print.png" title="Print purchasing order" alt="Print purchasing order"></a>
</legend>
<div title="Order details">
<strong>Order details<strong><hr />
</div>
<div>
<table border="0" width="100%" class="auth-form txt" cellspacing="5">
<tr>
<td class="txt" nowrap title="Order date">Order date:</td>
<td>{$txtOrderDate}</td>
<td class="txt" nowrap title="Order number">Order number:</td>
<td>{$txtOrderNum}</td>
<td class="txt" nowrap title="Group membership">Group membership:</td>
<td>{$txtOrderGroup}</td>
</tr>
</table>
</div>
<div>
<table border="0" width="100%" class="auth-form txt" cellspacing="5">
<tr>
<td class="txt" nowrap title="Account number(s)" nowrap>Account number(s):</td>
<td>{$txtOrderAccountNumber}</td>
<td class="txt" title="Order ETA" nowrap>Order ETA:</td>
<td>{$txtOrderETA}</td>
</tr>
</table>
</div>
<div style="height: 30px"> </div>
<div title="Products">
<strong>Products</strong><hr />
</div>
<div>
<table border="0" width="100%" class="auth-form txt" cellspacing="5">
<tr align="center">
<td title="Product quantity"><strong>Quantity</strong></td>
<td title="Item description"><strong>Item description</strong></td>
<td title="Item price"><strong>Price</strong></td>
<td title="Part number"><strong>Part number</strong></td>
<td title="Part source"><strong>Part source</strong></td>
</tr>
<tr>
<td>{$txtParts[quantity]}</td>
<td>{$txtParts[description]}</td>
<td>{$txtParts[price]}</td>
<td>{$txtParts[number]}</td>
<td>{$txtParts[source]}</td>
</tr>
</table>
</div>
<div style="height: 30px"> </div>
<div title="Vendor & Department information">
<strong>Vendor & Department information</strong><hr />
</div>
<div>
<table border="0" width="100%" class="auth-form txt">
<tr>
<td width="50%">
<table border="0" width="100%" class="auth-form txt" cellspacing="5">
<tr>
<td colspan="3" class="txt" nowrap title="Vendor information"><strong>Vendor information</strong>
</td>
</tr>
<tr>
<td class="txt" nowrap title="Vendor name">Name:</td>
<td>{$txtVendorName}</td>
</tr>
<tr>
<td class="txt" nowrap title="Vendor contact">Contact:</td>
<td>{$txtVendorContact}</td>
</tr>
<tr>
<td class="txt" nowrap title="Vendor address">Address:</td>
<td>{$txtVendorAddress}</td>
</tr>
<tr>
<td class="txt" nowrap title="Vendor phone">Phone:</td>
<td>{$txtVendorPhone}</td>
</tr>
<tr>
<td class="txt" nowrap title="Vendor email">Email:</td>
<td>{$txtVendorEmail}</td>
</tr>
</table>
</td>
<td width="50%">
<table border="0" width="100%" class="auth-form txt" cellspacing="5">
<tr>
<td colspan="3" class="txt" nowrap title="Department information"><strong>Department information</strong></td>
</tr>
<tr>
<td class="txt" nowrap title="Department name">Name:</td>
<td>{$txtDepartmentName}</td>
</tr>
<tr>
<td class="txt" nowrap title="Department contact">Contact:</td>
<td>{$txtDepartmentContact}</td>
</tr>
<tr>
<td class="txt" nowrap title="Department address">Address:</td>
<td>{$txtDepartmentAddress}</td>
</tr>
<tr>
<td class="txt" nowrap title="Department phone">Phone:</td>
<td>{$txtDepartmentPhone}</td>
</tr>
<tr>
<td class="txt" nowrap title="Department email">Email:</td>
<td>{$txtDepartmentEmail}</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<div style="height: 35px"> </div>
<div title="Additional order information">
Additional order information<hr />
</div>
<div>
<table border="0" width="100%" class="auth-form txt" cellspacing="5">
<tr>
<td class="txt" nowrap title="Tracking number">Tracking number:</td>
<td>{$txtOrderTrackingNumber}</td>
</tr>
<tr>
<td class="txt" title="Order Notes">Order notes:</td>
<td>{$txtOrderNotes}</td>
</tr>
</table>
</div>
</fieldset>
</div>
<!-- end print form -->