= $this->Paginator->sort('id', 'N°') ?> | = $this->Paginator->sort('materiel_id', 'Matériel') ?> | = $this->Paginator->sort('numero_laboratoire', 'N° interne (labo)') ?> | = $this->Paginator->sort('emprunt_interne', 'Type') ?> | = $this->Paginator->sort('date_emprunt' ,'Date emprunt') ?> | = $this->Paginator->sort('date_retour_emprunt', 'Date retour') ?> | = $this->Paginator->sort('nom_emprunteur', 'Emprunteur') ?> | = $this->Paginator->sort('e_lieu_stockage', 'Lieu stockage') ?> | = __('') ?> |
---|---|---|---|---|---|---|---|---|
Html->link('Emprunt '.$this->Number->format($emprunt->id), ['action' => 'view', $emprunt->id])?> | = $emprunt->has('materiel') ? $this->Html->link($emprunt->materiel->designation, ['controller' => 'Materiels', 'action' => 'view', $emprunt->materiel->id]) : '' ?> | = $emprunt->has('materiel') ? h($emprunt->materiel->numero_laboratoire) : '' ?> | emprunt_interne) == '1') { echo 'Interne'; } else { echo 'Externe'; } ?> | = h($emprunt->date_emprunt) ?> | = h($emprunt->date_retour_emprunt) ?> | = h($emprunt->nom_emprunteur) ?> | emprunt_interne) == '1') { echo $sites[h($emprunt->e_lieu_stockage)].'-'.h($emprunt->e_lieu_detail); } else { echo h($emprunt->laboratoire); } ?> | = $this->Html->link(__(''), ['action' => 'view', $emprunt->id], ['title' => 'Visualiser', 'style' => 'margin: 0 2px', 'escape' => false ]) ?> = $this->Html->link(__(''), ['action' => 'edit', $emprunt->id], ['title' => 'Editer', 'style' => 'margin: 0 2px', 'escape' => false ]) ?> = $this->Form->postLink(__(''), ['action' => 'delete', $emprunt->id], ['title' => 'Supprimer', 'style' => 'margin: 0 2px', 'escape' => false, 'confirm' => __('Êtes-vous sur de vouloir supprimer # {0}?', $emprunt->id)]) ?> |
= $this->Paginator->counter(['format' => 'Page {{page}} sur {{pages}}']) ?>