Détail unite

Html->link(__(' Editer cette unite'), ['action' => 'edit', $unite->id], ['escape' => false,'onclick' => 'return true;'] ); } if (in_array($role, ['Super Administrateur'])) { echo $this->Form->postLink(__(' Supprimer cette unite'), ['action' => 'delete', $unite->id], ['style'=>'margin-left: 110px', 'escape' => false, 'confirm' => __('Êtes-vous sur de vouloir supprimer # {0}?', $unite->id)] ); } $displayElement(__('Nom'), h($unite->nom)); $displayElement(__('Symbole'), h($unite->symbole)); ?>

Suivis associées (count()?>)

Html->link(__(''), ['controller' => 'Suivis', 'action' => 'view', $suivi->id], ['escape' => false, 'style' => 'margin:0']) ?> Html->link(h($suivi->id), ['controller' => 'Suivis', 'action' => 'view', h($suivi->id)]); ?>
element('menu') ?> element('menu_view', [ 'pluralHumanName' => 'Unites', 'singularHumanName' => 'Unite', 'lien' => $unite->id]) ?>