= $this->Paginator->sort('id') ?> | = $this->Paginator->sort('nom') ?> | = $this->Paginator->sort('username') ?> | = $this->Paginator->sort('password') ?> | = $this->Paginator->sort('email') ?> | = $this->Paginator->sort('role') ?> | = $this->Paginator->sort('groupes_metier_id') ?> | = __('Actions') ?> |
---|---|---|---|---|---|---|---|
= $this->Number->format($user->id) ?> | = h($user->nom) ?> | = h($user->username) ?> | = h($user->password) ?> | = h($user->email) ?> | = h($user->role) ?> | = $user->has('groupes_metier') ? $this->Html->link($user->groupes_metier->id, ['controller' => 'GroupesMetiers', 'action' => 'view', $user->groupes_metier->id]) : '' ?> | = $this->Html->link(__('View'), ['action' => 'view', $user->id]) ?> = $this->Html->link(__('Edit'), ['action' => 'edit', $user->id]) ?> = $this->Form->postLink(__('Delete'), ['action' => 'delete', $user->id], ['confirm' => __('Are you sure you want to delete # {0}?', $user->id)]) ?> |
= $this->Paginator->counter() ?>