= $this->Paginator->sort('id', 'N°') ?> | = $this->Paginator->sort('chemin', 'Chemin') ?> | = $this->Paginator->sort('type_doc', 'Type') ?> | = $this->Paginator->sort('materiel_id', 'Materiel') ?> | = $this->Paginator->sort('suivi_id', 'Suivi') ?> | = $this->Paginator->sort('materiel_id', 'Numéro Materiel (labo)') ?> | = __('') ?> |
---|---|---|---|---|---|---|
= 'Fichier '.$this->Number->format($document->id) ?> | = h($document->chemin) ?> | = h($document->type_doc) ?> | = $document->has('materiel') ? $this->Html->link($document->materiel->designation, ['controller' => 'Materiels', 'action' => 'view', $document->materiel->id]) : '' ?> | = $document->has('suivi') ? $this->Html->link('Suivi '.$document->suivi->id, ['controller' => 'Suivis', 'action' => 'view', $document->suivi->id]) : '' ?> | = $document->has('materiel') ? $document->materiel->numero_laboratoire : '' ?> | = $this->Html->link(__(''), ['action' => 'view', $document->id], ['title' => 'Visualiser', 'style' => 'margin: 0 2px', 'escape' => false ]) ?> = $this->Html->link(__(''), ['action' => 'edit', $document->id], ['title' => 'Editer', 'style' => 'margin: 0 2px', 'escape' => false ]) ?> = $this->Form->postLink(__(''), ['action' => 'delete', $document->id], ['title' => 'Supprimer', 'style' => 'margin: 0 2px', 'escape' => false, 'confirm' => __('Êtes-vous sur de vouloir supprimer # {0}?', $document->id)]) ?> |
= $this->Paginator->counter(['format' => 'Page {{page}} sur {{pages}}']) ?>