Liste des catégories'; ?>
Paginator->sort('nom', 'Nom') ?> Paginator->sort('sur_categorie_id', 'Domaine') ?>
Html->link(__(''), ['action' => 'edit', $category->id], ['title' => 'Editer', 'style' => 'margin: 0 2px', 'escape' => false ]) ?> Form->postLink(__(''), ['action' => 'delete', $category->id], ['title' => 'Supprimer', 'style' => 'margin: 0 2px', 'escape' => false, 'confirm' => __('Êtes-vous sur de vouloir supprimer # {0}?', $category->id)]) ?> Html->link($category->nom, ['action' => 'view', $category->id]) ?> has('sur_category') ? $this->Html->link($category->sur_category->nom, ['controller' => 'SurCategories', 'action' => 'view', $category->sur_category->id]) : '' ?>
element('pagination_with_first_and_last'); ?>
element('menu') ?> element('menu_index', [ 'pluralHumanName' => 'Catégories', 'singularHumanName' => 'Catégorie' ]) ?>