element('tipbox', array('tip' => "Start typing the Company name into the box, a list of results should appear. Select the Customer you're looking for and click 'View'")); ?> create('Customer', array('action'=>'find')); echo '

Find Customer'; echo $html->image('system-search.png'); echo '

'; echo '
'; echo $form->label('Customer.name', 'Company Name'); echo $ajax->autoComplete('name', '/customers/completeCustomer'); echo '
'; echo $form->end('Find'); ?>