$deJournalEntries */ ?>
= $this->Paginator->sort('id') ?> | = $this->Paginator->sort('de_journal_id') ?> | = $this->Paginator->sort('user_id') ?> | = $this->Paginator->sort('created') ?> | = __('Actions') ?> |
---|---|---|---|---|
= $this->Number->format($deJournalEntry->id) ?> | = $deJournalEntry->hasValue('de_journal') ? $this->Html->link($deJournalEntry->de_journal->name, ['controller' => 'DeJournals', 'action' => 'view', $deJournalEntry->de_journal->id]) : '' ?> | = $deJournalEntry->hasValue('user') ? $this->Html->link($deJournalEntry->user->first_name, ['controller' => 'Users', 'action' => 'view', $deJournalEntry->user->id]) : '' ?> | = h($deJournalEntry->created) ?> | = $this->Html->link(__('View'), ['action' => 'view', $deJournalEntry->id]) ?> = $this->Html->link(__('Edit'), ['action' => 'edit', $deJournalEntry->id]) ?> = $this->Form->postLink(__('Delete'), ['action' => 'delete', $deJournalEntry->id], ['confirm' => __('Are you sure you want to delete # {0}?', $deJournalEntry->id)]) ?> |
= $this->Paginator->counter(__('Page {{page}} of {{pages}}, showing {{current}} record(s) out of {{count}} total')) ?>