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