create('Box');?>
end('Submit');?>
- link(__('Delete', true), array('action' => 'delete', $form->value('Box.id')), null, sprintf(__('Are you sure you want to delete # %s?', true), $form->value('Box.id'))); ?>
- link(__('List Boxes', true), array('action' => 'index'));?>
- link(__('List Shipments', true), array('controller' => 'shipments', 'action' => 'index')); ?>
- link(__('New Shipment', true), array('controller' => 'shipments', 'action' => 'add')); ?>