counter(array( 'format' => __('Page %page% of %pages%, showing %current% records out of %count% total, starting on record %start%, ending on %end%', true) )); ?>
| sort('created');?> | sort('Job Number');?> | sort('enquiry_id');?> | sort('comments');?> | sort('date_order_received');?> | sort('date_order_placed_on_principle');?> | sort('date_scheduled_ex_works');?> | sort('date_order_sent_to_customer');?> | sort('customer_order_number');?> | sort('domestic_freight_paid_by');?> | sort('sale_category');?> | sort('shipment_category');?> | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| link($job['Enquiry']['title'], array('controller' => 'enquiries', 'action' => 'view', $job['Enquiry']['id'])); ?> | link(__('View', true), array('action' => 'view', $job['Job']['id'])); ?> link(__('Edit', true), array('action' => 'edit', $job['Job']['id'])); ?> link(__('Delete', true), array('action' => 'delete', $job['Job']['id']), null, sprintf(__('Are you sure you want to delete # %s?', true), $job['Job']['id'])); ?> |