= __('') ?> | = $this->Paginator->sort('nom', 'Nom') ?> | = $this->Paginator->sort('symbole', 'Symbole') ?> |
---|---|---|
= $this->Html->link(__(''), ['action' => 'edit', $unite->id], ['title' => 'Editer', 'style' => 'margin: 0 2px', 'escape' => false ]) ?> = $this->Form->postLink(__(''), ['action' => 'delete', $unite->id], ['title' => 'Supprimer', 'style' => 'margin: 0 2px', 'escape' => false, 'confirm' => __('Êtes-vous sur de vouloir supprimer # {0}?', $unite->id)]) ?> | = $this->Html->link($unite->nom, ['action' => 'view', $unite->id]) ?> | = $this->Html->div('',$unite->symbole) ?> |