link($category['CustomerCategory']['name'], array('action'=>"index/showonly:".$category['CustomerCategory']['id'])).' ';
}
?>
counter(array(
'format' => __('Page %page% of %pages%, showing %current% records out of %count% total, starting on record %start%, ending on %end%', true)
));
?>
| sort('Company Name', 'name');?> |
sort('ABN', 'abn');?> |
sort('Payment Terms', 'payment_terms'); ?> |
sort('Category', 'customer_category_id'); ?> |
sort('Date Added', 'created');?> |
|
>
|
link(__($customer['Customer']['name'], true), array('action'=>'view', $customer['Customer']['id'])); ?>
|
|
|
|
toUnix($customer['Customer']['created'])); ?>
|
link(__('View', true), array('action'=>'view', $customer['Customer']['id'])); ?>
link(__('Edit', true), array('action'=>'edit', $customer['Customer']['id'])); ?>
|
prev('<< '.__('previous', true), array(), null, array('class'=>'disabled'));?>
| numbers();?>
next(__('next', true).' >>', array(), null, array('class'=>'disabled'));?>
- link(__('New Customer', true), array('action'=>'add')); ?>
- link(__('List Addresses', true), array('controller'=> 'addresses', 'action'=>'index')); ?>
- link(__('New Address', true), array('controller'=> 'addresses', 'action'=>'add')); ?>
- link(__('List Enquiries', true), array('controller'=> 'enquiries', 'action'=>'index')); ?>
- link(__('New Enquiry', true), array('controller'=> 'enquiries', 'action'=>'add')); ?>