<!-- start advanced purchasing order search form -->
<div align="left">
<form class="auth-form">
<fieldset>
<legend align="left"><strong>Advanced product search</strong></legend>
{$ERROR}
<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><input type="text" name="txtParts[quantity]" value="{$txtParts[quantity]}" style="width: 100%" title="Part quantity" /></td>
<td><input type="text" name="txtParts[description]" value="{$txtParts[description]}" style="width: 100%" title="Part description" /></td>
<td><input type="text" name="txtParts[price]" value="{$txtParts[price]}" style="width: 100%" title="Part price" /></td>
<td><input type="text" name="txtParts[number]" value="{$txtParts[number]}" style="width: 100%" title="Part number" /></td>
<td><input type="text" name="txtParts[source]" value="{$txtParts[source]}" style="width: 100%" title="Part source" /></td>
</tr>
<tr>
<td colspan="5" align="center"><input type="button" title="Search existing parts" id="searchParts" name="searchParts" value="Search parts" onclick="Modalbox.show('{$URL}', {title: this.title, width: 800});"></td>
</tr>
</table>
</fieldset>
</form>
</div>
<!-- end advanced purchasing order search form -->