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('username');?> | sort('first_name');?> | sort('last_name');?> | sort('email');?> | sort('job_title');?> | sort('archived');?> | |
|---|---|---|---|---|---|---|---|
| link($user['User']['email'], 'mailto:'. $user['User']['email']); ?> | link(__('View', true), array('action'=>'view', $user['User']['id'])); ?> link(__('Edit', true), array('action'=>'edit', $user['User']['id'])); ?> |