Détail groupes métier

Html->link(__(' Editer ce ' . $configuration->nom_groupe_metier), [ 'action' => 'edit', $groupesMetier->id ], [ 'style' => 'margin-right: 40px; display: inline-block', 'escape' => false, 'onclick' => 'return true;' ]); } if (in_array($role, [ 'Super Administrateur' ])) { echo $this->Form->postLink(__(' Supprimer ce ' . $configuration->nom_groupe_metier), [ 'action' => 'delete', $groupesMetier->id ], [ 'style' => 'display: inline-block', 'escape' => false, 'confirm' => __('Êtes-vous sur de vouloir supprimer # {0}?', $groupesMetier->id) ]); } $displayElement(__('Nom'), h($groupesMetier->nom)); $displayElement(__('Description'), h($groupesMetier->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_metier; } ?>

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_metier; } ?>

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_metier; } ?>