Liste des types de documents'; ?> nom != 'N/A') { ?>
Paginator->sort('nom', 'Nom') ?>
Html->link(__(''), ['action' => 'edit', $typeDocument->id], ['title' => 'Editer', 'style' => 'margin: 0 2px', 'escape' => false ]) ?> Form->postLink(__(''), ['action' => 'delete', $typeDocument->id], ['title' => 'Supprimer', 'style' => 'margin: 0 2px', 'escape' => false, 'confirm' => __('Êtes-vous sur de vouloir supprimer # {0}?', $typeDocument->id)]) ?> Html->link($typeDocument->nom, ['action' => 'view', $typeDocument->id]) ?>

Paginator->counter(['format' => 'Page {{page}} sur {{pages}}']) ?>

Paginator->prev('< ' . __(''), ['class' => 'prev disabled']) ?> Paginator->numbers(['separator' => '']) ?> Paginator->next(__('') . ' >', ['class' => 'next disabled']) ?>
element('menu') ?> element('menu_index', [ 'pluralHumanName' => 'Types Documents', 'singularHumanName' => 'Type Document' ]) ?>