create('Shipment');?>
end('Submit');?>
- link(__('Delete', true), array('action' => 'delete', $form->value('Shipment.id')), null, sprintf(__('Are you sure you want to delete # %s?', true), $form->value('Shipment.id'))); ?>
- link(__('List Shipments', true), array('action' => 'index'));?>
- link(__('List Freight Forwarders', true), array('controller' => 'freight_forwarders', 'action' => 'index')); ?>
- link(__('New Freight Forwarder', true), array('controller' => 'freight_forwarders', 'action' => 'add')); ?>
- link(__('List Boxes', true), array('controller' => 'boxes', 'action' => 'index')); ?>
- link(__('New Box', true), array('controller' => 'boxes', 'action' => 'add')); ?>
- link(__('List Shipment Invoices', true), array('controller' => 'shipment_invoices', 'action' => 'index')); ?>
- link(__('New Shipment Invoice', true), array('controller' => 'shipment_invoices', 'action' => 'add')); ?>
- link(__('List Jobs', true), array('controller' => 'jobs', 'action' => 'index')); ?>
- link(__('New Job', true), array('controller' => 'jobs', 'action' => 'add')); ?>
- link(__('List Principles', true), array('controller' => 'principles', 'action' => 'index')); ?>
- link(__('New Principle', true), array('controller' => 'principles', 'action' => 'add')); ?>
- link(__('List Purchase Orders', true), array('controller' => 'purchase_orders', 'action' => 'index')); ?>
- link(__('New Purchase Order', true), array('controller' => 'purchase_orders', 'action' => 'add')); ?>