cmc-sales/views/enquiries/search.ctp

26 lines
637 B
Plaintext
Raw Normal View History

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));
echo '<h2>Search';
2010-05-10 22:02:11 -07:00
echo $html->image('system-search.png');
echo '</h2>';
echo "<p>Enter part of an Enquiry Number, Customer Name or Contact Name</p>";
echo $form->input('Enquiry.search_string', array('label'=>'Search', 'id'=>'searchString'));
2010-05-10 22:02:11 -07:00
//echo $form->input('Customer.id', array('type'=>'hidden'));
//echo $form->end('Search');
?>
<div class ="ui-widget">
<button id="searchButton">Search</button>
</div>
</div>
<div id="results"></div>