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('shipment_id');?> | sort('length');?> | sort('width');?> | sort('height');?> | sort('weight');?> | |
|---|---|---|---|---|---|---|
| link($box['Shipment']['id'], array('controller' => 'shipments', 'action' => 'view', $box['Shipment']['id'])); ?> | link(__('View', true), array('action' => 'view', $box['Box']['id'])); ?> link(__('Edit', true), array('action' => 'edit', $box['Box']['id'])); ?> link(__('Delete', true), array('action' => 'delete', $box['Box']['id']), null, sprintf(__('Are you sure you want to delete # %s?', true), $box['Box']['id'])); ?> |