= __('') ?> | = $this->Paginator->sort('nom', 'Nom') ?> |
---|---|
Html->link(__(''), ['action' => 'edit', $site->id], ['title' => 'Editer', 'style' => 'margin: 0 2px', 'escape' => false ]); if (in_array($role, ['Super Administrateur'])) echo $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->Html->link($site->nom, ['action' => 'view', $site->id]) ?> |