cmc-sales/views/contacts/remove_another.ctp

9 lines
223 B
Plaintext
Raw Normal View History

<?
if($increment == 0) {
echo $ajax->link('Add A Contact to this New Customer', array('controller' => 'contacts', 'action' => 'add_another',0), array('update'=>'contacts0'));
2009-02-03 21:28:46 -08:00
echo $html->image('contact-new.png');
}
?>