- >
- >
- >
- >
link($job['Enquiry']['title'], array('controller' => 'enquiries', 'action' => 'view', $job['Enquiry']['id'])); ?>
- >
- >
- >
- >
element('isEmptyDate',
array('date'=>$job['Job']['date_order_received'])); ?>
- >
- >
element('isEmptyDate',
array('date'=>$job['Job']['date_order_placed_on_principle'])); ?>
- >
- >
element('isEmptyDate',
array('date'=>$job['Job']['date_scheduled_ex_works'])); ?>
- >
- >
element('isEmptyDate',
array('date'=> $job['Job']['date_order_sent_to_customer'])); ?>
- >
- >
- >
- >
- >
- >
- >
- >
- link(__('Edit Job', true), array('action' => 'edit', $job['Job']['id'])); ?>
- link(__('Delete Job', true), array('action' => 'delete', $job['Job']['id']), null, sprintf(__('Are you sure you want to delete # %s?', true), $job['Job']['id'])); ?>
- link(__('List Jobs', true), array('action' => 'index')); ?>
- link(__('New Job', true), array('action' => 'add')); ?>
- link(__('List Enquiries', true), array('controller' => 'enquiries', 'action' => 'index')); ?>
- link(__('New Enquiry', true), array('controller' => 'enquiries', 'action' => 'add')); ?>