cmc-sales/views/addresses/remove_another.ctp
2009-02-04 16:28:46 +11:00

8 lines
230 B
PHP

<?
if($increment == 0) {
echo $ajax->link('Add an Address to this New Customer', array('controller' => 'addresses', 'action' => 'add_another',0), array('update'=>'addresses0'));
echo $html->image('address-book-new.png');
}
?>