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('name');?> |
|
>
|
|
|
link(__('View', true), array('action'=>'view', $customerCategory['CustomerCategory']['id'])); ?>
link(__('Edit', true), array('action'=>'edit', $customerCategory['CustomerCategory']['id'])); ?>
|
prev('<< '.__('previous', true), array(), null, array('class'=>'disabled'));?>
| numbers();?>
next(__('next', true).' >>', array(), null, array('class'=>'disabled'));?>
- link(__('New CustomerCategory', true), array('action'=>'add')); ?>
- link(__('List Customers', true), array('controller'=> 'customers', 'action'=>'index')); ?>
- link(__('New Customer', true), array('controller'=> 'customers', 'action'=>'add')); ?>