cmc-sales/views/contacts/remove_one.ctp

7 lines
270 B
Plaintext
Raw Normal View History

<?
2009-02-03 21:28:46 -08:00
echo $form->input('contact_id', array('options' => $contacts, 'div' => false));
echo '<br>';
echo $ajax->link('New Contact', array('controller' => 'contacts', 'action' => 'add_one', $customerid), array('update'=>'contact'));
2009-02-03 21:28:46 -08:00
echo $html->image('contact-new.png');
?>