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