counter(array( 'format' => __('Page %page% of %pages%, showing %current% records out of %count% total, starting on record %start%, ending on %end%', true) )); ?>
| sort('id');?> | sort('freight_forwarder_id');?> | sort('name');?> | |
|---|---|---|---|
| link($freightService['FreightForwarder']['name'], array('controller' => 'freight_forwarders', 'action' => 'view', $freightService['FreightForwarder']['id'])); ?> | link(__('View', true), array('action' => 'view', $freightService['FreightService']['id'])); ?> link(__('Edit', true), array('action' => 'edit', $freightService['FreightService']['id'])); ?> link(__('Delete', true), array('action' => 'delete', $freightService['FreightService']['id']), null, sprintf(__('Are you sure you want to delete # %s?', true), $freightService['FreightService']['id'])); ?> |