| Name | Size | Mode | Actions |
|---|---|---|---|
| add.php | 1383 | 0644 | editdlrm |
| edit.php | 1248 | 0644 | editdlrm |
| index.php | 2858 | 0644 | editdlrm |
| view.php | 2370 | 0644 | editdlrm |
/var/www/vhosts/ihelp.ro/httpdocs/templates/Admin/SponsorsActivities/index.php (2858B)
| = $this->Paginator->sort('id') ?> | = $this->Paginator->sort('sponsor_id') ?> | = $this->Paginator->sort('name') ?> | = $this->Paginator->sort('value') ?> | = $this->Paginator->sort('label') ?> | = $this->Paginator->sort('created') ?> | = $this->Paginator->sort('modified') ?> | = __('Actions') ?> |
|---|---|---|---|---|---|---|---|
| = $this->Number->format($sponsorsActivity->id) ?> | = $sponsorsActivity->has('sponsor') ? $this->Html->link($sponsorsActivity->sponsor->name, ['controller' => 'Sponsors', 'action' => 'view', $sponsorsActivity->sponsor->id]) : '' ?> | = h($sponsorsActivity->name) ?> | = h($sponsorsActivity->value) ?> | = h($sponsorsActivity->label) ?> | = h($sponsorsActivity->created) ?> | = h($sponsorsActivity->modified) ?> | = $this->Html->link(__('View'), ['action' => 'view', $sponsorsActivity->id]) ?> = $this->Html->link(__('Edit'), ['action' => 'edit', $sponsorsActivity->id]) ?> = $this->Form->postLink(__('Delete'), ['action' => 'delete', $sponsorsActivity->id], ['confirm' => __('Are you sure you want to delete # {0}?', $sponsorsActivity->id)]) ?> |
= $this->Paginator->counter(__('Page {{page}} of {{pages}}, showing {{current}} record(s) out of {{count}} total')) ?>