Détail nom_groupe_thematique ?>

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

Utilisateurs associées (count()?>)

Html->link(h($utilisateur->nom), ['controller' => 'Users', 'action' => 'view', h($utilisateur->id)]); ?> Html->link(__(''), ['controller' => 'Users', 'action' => 'view', $utilisateur->id], ['escape' => false, 'style' => 'margin:0']) ?>
nom_groupe_thematique; } ?>

Suivis associées (count()?>)

Html->link('Suivi '.h($suivi->id), ['controller' => 'Suivis', 'action' => 'view', h($suivi->id)]); ?> Html->link(__(''), ['controller' => 'Suivis', 'action' => 'view', $suivi->id], ['escape' => false, 'style' => 'margin:0']) ?>
nom_groupe_thematique; } ?>

Materiels associées (count()?>)

Html->link(h($materiel->designation), ['controller' => 'Materiels', 'action' => 'view', h($materiel->id)]); ?> Html->link(__(''), ['controller' => 'Materiels', 'action' => 'view', $materiel->id], ['escape' => false, 'style' => 'margin:0']) ?>
nom_groupe_thematique.'.'; } ?>
element('menu') ?> element('menu_view', [ 'pluralHumanName' => $configuration->nom_groupe_thematique . 's', 'singularHumanName' => $configuration->nom_groupe_thematique, 'lien' => $groupesThematique->id ])?>