= $materiel->has('designation') ? $this->Html->link($materiel->designation, ['controller' => 'Materiels', 'action' => 'view', $materiel->id]) : '' ?> |
= h($materiel->numero_laboratoire) ?> |
= $materiel->has('category') ? h($materiel->category->nom) : '' ?> |
= $materiel->has('organisme') ? h($materiel->organisme->nom) : '' ?> |
= h($materiel->numero_inventaire_organisme) ?> |
= h($materiel->nom_responsable) ?> |
= h($materiel->status) ?> |
= h($materiel->date_acquisition) ?> |
etiquette) == '1') { echo 'Y'; } else { echo 'N'; } ?> |
= $this->Html->link(__(''), ['action' => 'edit', $materiel->id], ['title' => 'Editer', 'style' => 'margin: 0 2px', 'escape' => false ]) ?>
bouton valider/archivé
//$this->Html->link(__(''), ['action' => 'view', $materiel->id], ['title' => 'Visualiser', 'style' => 'margin: 0 2px', 'escape' => false ])
//A implementer --> bouton suppression caché si matériel validé
?>
= $this->Form->postLink(__(''), ['action' => 'delete', $materiel->id], ['title' => 'Supprimer', 'style' => 'margin: 0 2px', 'escape' => false ], ['confirm' => __('Êtes-vous sur de vouloir supprimer # {0}?', $materiel->id)]) ?>
|