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('name');?> |
|
>
|
|
|
link(__('View', true), array('action' => 'view', $freightForwarder['FreightForwarder']['id'])); ?>
link(__('Edit', true), array('action' => 'edit', $freightForwarder['FreightForwarder']['id'])); ?>
link(__('Delete', true), array('action' => 'delete', $freightForwarder['FreightForwarder']['id']), null, sprintf(__('Are you sure you want to delete # %s?', true), $freightForwarder['FreightForwarder']['id'])); ?>
|
prev('<< '.__('previous', true), array(), null, array('class'=>'disabled'));?>
| numbers();?>
next(__('next', true).' >>', array(), null, array('class' => 'disabled'));?>
- link(__('New FreightForwarder', true), array('action' => 'add')); ?>
- 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')); ?>