cmc-sales/views/contacts/remove_another.ctp
Karl Cordes 4347aee5f0 Changes
2009-11-04 17:12:12 +11:00

9 lines
223 B
PHP
Executable file

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