| = $this->Paginator->sort('id') ?> | = $this->Paginator->sort('transaction_id') ?> | = $this->Paginator->sort('address_type_id') ?> | = __('Actions') ?> |
|---|---|---|---|
| = $this->Number->format($transactionGroupAddaddres->id) ?> | = $transactionGroupAddaddres->has('transaction') ? $this->Html->link($transactionGroupAddaddres->transaction->id, ['controller' => 'Transactions', 'action' => 'view', $transactionGroupAddaddres->transaction->id]) : '' ?> | = $transactionGroupAddaddres->has('address_type') ? $this->Html->link($transactionGroupAddaddres->address_type->name, ['controller' => 'AddressTypes', 'action' => 'view', $transactionGroupAddaddres->address_type->id]) : '' ?> | = $this->Html->link(__('View'), ['action' => 'view', $transactionGroupAddaddres->id]) ?> = $this->Html->link(__('Edit'), ['action' => 'edit', $transactionGroupAddaddres->id]) ?> = $this->Form->postLink(__('Delete'), ['action' => 'delete', $transactionGroupAddaddres->id], ['confirm' => __('Are you sure you want to delete # {0}?', $transactionGroupAddaddres->id)]) ?> |
= $this->Paginator->counter(['format' => __('Page {{page}} of {{pages}}, showing {{current}} record(s) out of {{count}} total')]) ?>