Liste des Unites'; ?> id != 9) { ?>
Paginator->sort('nom', 'Nom') ?> Paginator->sort('symbole', 'Symbole') ?>
Html->link(__(''), ['action' => 'edit', $unite->id], ['title' => 'Editer', 'style' => 'margin: 0 2px', 'escape' => false ]) ?> Form->postLink(__(''), ['action' => 'delete', $unite->id], ['title' => 'Supprimer', 'style' => 'margin: 0 2px', 'escape' => false, 'confirm' => __('Êtes-vous sur de vouloir supprimer # {0}?', $unite->id)]) ?> Html->link($unite->nom, ['action' => 'view', $unite->id]) ?> Html->div('',$unite->symbole) ?>
element('pagination'); ?>
element('menu') ?> element('menu_index', [ 'pluralHumanName' => 'Unites', 'singularHumanName' => 'Unite' ])?>