= $this->Html->link(__('New Cause Image'), ['action' => 'add'], ['class' => 'button float-right']) ?>
= __('Cause Images') ?>
| = $this->Paginator->sort('id') ?> |
= $this->Paginator->sort('cause_id') ?> |
= $this->Paginator->sort('image') ?> |
= $this->Paginator->sort('created') ?> |
= $this->Paginator->sort('modidfied') ?> |
= __('Actions') ?> |
| = $this->Number->format($causeImage->id) ?> |
= $this->Number->format($causeImage->cause_id) ?> |
= h($causeImage->image) ?> |
= h($causeImage->created) ?> |
= h($causeImage->modidfied) ?> |
= $this->Html->link(__('View'), ['action' => 'view', $causeImage->id]) ?>
= $this->Html->link(__('Edit'), ['action' => 'edit', $causeImage->id]) ?>
= $this->Form->postLink(__('Delete'), ['action' => 'delete', $causeImage->id], ['confirm' => __('Are you sure you want to delete # {0}?', $causeImage->id)]) ?>
|
= $this->Paginator->counter(__('Page {{page}} of {{pages}}, showing {{current}} record(s) out of {{count}} total')) ?>