cmc-sales/php/app/views/addresses/remove_another.ctp

8 lines
230 B
Plaintext
Raw Normal View History

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