Détail site

Html->link(__(' Editer ce site'), ['action' => 'edit', $site->id], ['escape' => false,'onclick' => 'return true;'] ); } if (in_array($role, ['Super Administrateur'])) { echo $this->Form->postLink(__(' Supprimer ce site'), ['action' => 'delete', $site->id], ['style'=>'margin-left: 110px', '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']) ?>
element('menu') ?> element('menu_view', [ 'pluralHumanName' => 'Sites', 'singularHumanName' => 'Site', 'lien' => $site->id ]) ?>