2010-05-10 22:02:11 -07:00
|
|
|
<?php echo $javascript->link('search'); ?>
|
|
|
|
|
|
|
|
|
|
<div class="customers form">
|
|
|
|
|
|
|
|
|
|
<?php echo $form->create('Enquiry', array('default'=>false));
|
2010-05-10 22:15:37 -07:00
|
|
|
echo '<h2>Search';
|
2010-05-10 22:02:11 -07:00
|
|
|
echo $html->image('system-search.png');
|
|
|
|
|
echo '</h2>';
|
2010-05-10 22:15:37 -07:00
|
|
|
echo "<p>Enter part of an Enquiry Number, Customer Name or Contact Name</p>";
|
2010-05-10 23:54:45 -07:00
|
|
|
echo $form->input('Enquiry.search_string', array('label'=>false, 'id'=>'searchString'));
|
2010-05-10 22:02:11 -07:00
|
|
|
?>
|
|
|
|
|
|
|
|
|
|
<div class ="ui-widget">
|
|
|
|
|
<button id="searchButton">Search</button>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div id="results"></div>
|