- >
- >
- >
- >
link($box['Shipment']['id'], array('controller' => 'shipments', 'action' => 'view', $box['Shipment']['id'])); ?>
- >
- >
- >
- >
- >
- >
- >
- >
- link(__('Edit Box', true), array('action' => 'edit', $box['Box']['id'])); ?>
- link(__('Delete Box', true), array('action' => 'delete', $box['Box']['id']), null, sprintf(__('Are you sure you want to delete # %s?', true), $box['Box']['id'])); ?>
- link(__('List Boxes', true), array('action' => 'index')); ?>
- link(__('New Box', true), array('action' => 'add')); ?>
- link(__('List Shipments', true), array('controller' => 'shipments', 'action' => 'index')); ?>
- link(__('New Shipment', true), array('controller' => 'shipments', 'action' => 'add')); ?>