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