Détail site

element('buttons_edit_del', ['id' => $site->id]);?> Html->link(__(' Editer ce site'), [ 'action' => 'edit', $site->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 site'), [ 'action' => 'delete', $site->id ], [ 'style' => 'display: inline-block', 'escape' => false, 'confirm' => __('Êtes-vous sur de vouloir supprimer # {0}?', $site->id) ]); } */ $displayElement(__('Nom'), h($site->nom)); ?>

Emprunts associées (count()?>)

Html->link('Emprunt '.h($emprunt->id), ['controller' => 'Emprunts', 'action' => 'view', h($emprunt->id)]); ?> Html->link(__(''), ['controller' => 'Emprunts', 'action' => 'view', $emprunt->id], ['escape' => false, 'style' => 'margin:0']) ?>

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']) ?>