counter(array( 'format' => __('Page %page% of %pages%, showing %current% records out of %count% total, starting on record %start%, ending on %end%', true) )); ?>
| sort('date_arrived');?> | sort('date_dispatched');?> | sort('type');?> | Principle(s) | PO(s) | Jobs | sort('box_count');?> | sort('freight_forwarder_id');?> | sort('airway_bill');?> | sort('comments');?> | |
|---|---|---|---|---|---|---|---|---|---|---|
|
if(!empty($principle['short_name'])) {
echo $html->link($principle['short_name'], array('controller'=>'principles','action'=>'view',$principle['id']));
}
else {
echo $html->link($principle['name'], array('controller'=>'principles','action'=>'view',$principle['id']));
}
?>
|
=$html->link($po['title'], array('controller'=>'purchase_orders', 'action'=>'view', $po['id']));?>
|
=$html->link($job['title'], array('controller'=>'jobs', 'action'=>'view', $job['id']));?>
|
link($shipment['FreightForwarder']['name'], array('controller' => 'freight_forwarders', 'action' => 'view', $shipment['FreightForwarder']['id'])); ?> | link(__('View', true), array('action' => 'view', $shipment['Shipment']['id'])); ?> link(__('Edit', true), array('action' => 'edit', $shipment['Shipment']['id'])); ?> link(__('Delete', true), array('action' => 'delete', $shipment['Shipment']['id']), null, sprintf(__('Are you sure you want to delete # %s?', true), $shipment['Shipment']['id'])); ?> |