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');?> |
sort('shortform');?> |
sort('enqform');?> |
|
>
|
|
|
|
|
link(__('View', true), array('action'=>'view', $state['State']['id'])); ?>
link(__('Edit', true), array('action'=>'edit', $state['State']['id'])); ?>
link(__('Delete', true), array('action'=>'delete', $state['State']['id']), null, sprintf(__('Are you sure you want to delete # %s?', true), $state['State']['id'])); ?>
|
prev('<< '.__('previous', true), array(), null, array('class'=>'disabled'));?>
| numbers();?>
next(__('next', true).' >>', array(), null, array('class'=>'disabled'));?>
- link(__('New State', 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')); ?>