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('address');?> sort('city');?> sort('state_id');?> sort('country_id');?> sort('customer_id');?> sort('type');?>
link($address['State']['name'], array('controller'=> 'states', 'action'=>'view', $address['State']['id'])); ?> link($address['Country']['name'], array('controller'=> 'countries', 'action'=>'view', $address['Country']['id'])); ?> link($address['Customer']['name'], array('controller'=> 'customers', 'action'=>'view', $address['Customer']['id'])); ?> link(__('View', true), array('action'=>'view', $address['Address']['id'])); ?> link(__('Edit', true), array('action'=>'edit', $address['Address']['id'])); ?> link(__('Delete', true), array('action'=>'delete', $address['Address']['id']), null, sprintf(__('Are you sure you want to delete # %s?', true), $address['Address']['id'])); ?>
prev('<< '.__('previous', true), array(), null, array('class'=>'disabled'));?> | numbers();?> next(__('next', true).' >>', array(), null, array('class'=>'disabled'));?>