- >
- >
- >
- >
link($freightService['FreightForwarder']['name'], array('controller' => 'freight_forwarders', 'action' => 'view', $freightService['FreightForwarder']['id'])); ?>
- >
- >
- link(__('Edit FreightService', true), array('action' => 'edit', $freightService['FreightService']['id'])); ?>
- link(__('Delete FreightService', true), array('action' => 'delete', $freightService['FreightService']['id']), null, sprintf(__('Are you sure you want to delete # %s?', true), $freightService['FreightService']['id'])); ?>
- link(__('List FreightServices', true), array('action' => 'index')); ?>
- link(__('New FreightService', true), array('action' => 'add')); ?>
- link(__('List Freight Forwarders', true), array('controller' => 'freight_forwarders', 'action' => 'index')); ?>
- link(__('New Freight Forwarder', true), array('controller' => 'freight_forwarders', 'action' => 'add')); ?>