counter(array( 'format' => __('Page %page% of %pages%, showing %current% records out of %count% total, starting on record %start%, ending on %end%', true) )); ?>
| sort('customer_id');?> | sort('first_name');?> | sort('last_name');?> | sort('email');?> | sort('phone');?> | sort('fax');?> | sort('notes');?> | |
|---|---|---|---|---|---|---|---|
| link($contact['Customer']['name'], array('controller'=> 'customers', 'action'=>'view', $contact['Customer']['id'])); ?> | link($contact['Contact']['email'], 'mailto:'.$contact['Contact']['email']); ?> | link(__('View', true), array('action'=>'view', $contact['Contact']['id'])); ?> link(__('Edit', true), array('action'=>'edit', $contact['Contact']['id'])); ?> |