create('FreightService');?>
end('Submit');?>
- link(__('Delete', true), array('action' => 'delete', $form->value('FreightService.id')), null, sprintf(__('Are you sure you want to delete # %s?', true), $form->value('FreightService.id'))); ?>
- link(__('List FreightServices', 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')); ?>