| = $this->Paginator->sort('id') ?> | = $this->Paginator->sort('dst_schluessel') ?> | = $this->Paginator->sort('dst_name') ?> | = $this->Paginator->sort('dst_schulart') ?> | = __('Actions') ?> |
|---|---|---|---|---|
| = $this->Number->format($school->id) ?> | = h($school->dst_schluessel) ?> | = h($school->dst_name) ?> | = h($school->dst_schulart) ?> | = $this->Html->link(__('View'), ['action' => 'view', $school->id]) ?> = $this->Html->link(__('Edit'), ['action' => 'edit', $school->id]) ?> = $this->Form->postLink(__('Delete'), ['action' => 'delete', $school->id], ['confirm' => __('Are you sure you want to delete # {0}?', $school->id)]) ?> |
= $this->Paginator->counter(['format' => __('Page {{page}} of {{pages}}, showing {{current}} record(s) out of {{count}} total')]) ?>