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('created');?> | sort('user_id');?> | sort('description');?> | |
|---|---|---|---|---|
| link($issueAction['User']['id'], array('controller' => 'users', 'action' => 'view', $issueAction['User']['id'])); ?> | link(__('View', true), array('action' => 'view', $issueAction['IssueAction']['id'])); ?> link(__('Edit', true), array('action' => 'edit', $issueAction['IssueAction']['id'])); ?> link(__('Delete', true), array('action' => 'delete', $issueAction['IssueAction']['id']), null, sprintf(__('Are you sure you want to delete # %s?', true), $issueAction['IssueAction']['id'])); ?> |