- >
- >
- >
- >
- >
- >
link($address['State']['name'], array('controller'=> 'states', 'action'=>'view', $address['State']['id'])); ?>
- >
- >
- >
- >
link($address['Country']['name'], array('controller'=> 'countries', 'action'=>'view', $address['Country']['id'])); ?>
- >
- >
link($address['Customer']['name'], array('controller'=> 'customers', 'action'=>'view', $address['Customer']['id'])); ?>
- >
- >
- link(__('Edit Address', true), array('action'=>'edit', $address['Address']['id'])); ?>
- link(__('Delete Address', true), array('action'=>'delete', $address['Address']['id']), null, sprintf(__('Are you sure you want to delete # %s?', true), $address['Address']['id'])); ?>
- link(__('List Addresses', true), array('action'=>'index')); ?>
- link(__('New Address', true), array('action'=>'add')); ?>
- link(__('List Customers', true), array('controller'=> 'customers', 'action'=>'index')); ?>
- link(__('New Customer', true), array('controller'=> 'customers', 'action'=>'add')); ?>
- link(__('List States', true), array('controller'=> 'states', 'action'=>'index')); ?>
- link(__('New State', true), array('controller'=> 'states', 'action'=>'add')); ?>
- link(__('List Countries', true), array('controller'=> 'countries', 'action'=>'index')); ?>
- link(__('New Country', true), array('controller'=> 'countries', 'action'=>'add')); ?>