= $this->Paginator->sort('nom', 'Nom') ?> | = __('') ?> |
---|---|
= $this->Html->link($site->nom, ['action' => 'view', $site->id]) ?> | = $this->Html->link(__(''), ['action' => 'view', $site->id], ['title' => 'Visualiser', 'style' => 'margin: 0 2px', 'escape' => false ]) ?> = $this->Html->link(__(''), ['action' => 'edit', $site->id], ['title' => 'Editer', 'style' => 'margin: 0 2px', 'escape' => false ]) ?> = $this->Form->postLink(__(''), ['action' => 'delete', $site->id], ['title' => 'Supprimer', 'style' => 'margin: 0 2px', 'escape' => false, 'confirm' => __('Êtes-vous sur de vouloir supprimer # {0}?', $site->id)]) ?> |
= $this->Paginator->counter(['format' => 'Page {{page}} sur {{pages}}']) ?>