/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakedc/users/templates/Users
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/cakedc/users/templates/Users/index.php (2587B)
= __d('cake_d_c/users', 'Actions') ?>
- = $this->Html->link(__d('cake_d_c/users', 'New {0}', $tableAlias), ['action' => 'add']) ?>
| = $this->Paginator->sort('username', __d('cake_d_c/users', 'Username')) ?> |
= $this->Paginator->sort('email', __d('cake_d_c/users', 'Email')) ?> |
= $this->Paginator->sort('first_name', __d('cake_d_c/users', 'First name')) ?> |
= $this->Paginator->sort('last_name', __d('cake_d_c/users', 'Last name')) ?> |
= __d('cake_d_c/users', 'Actions') ?> |
| = h($user->username) ?> |
= h($user->email) ?> |
= h($user->first_name) ?> |
= h($user->last_name) ?> |
= $this->Html->link(__d('cake_d_c/users', 'View'), ['action' => 'view', $user->id]) ?>
= $this->Html->link(__d('cake_d_c/users', 'Change password'), ['action' => 'changePassword', $user->id]) ?>
= $this->Html->link(__d('cake_d_c/users', 'Edit'), ['action' => 'edit', $user->id]) ?>
= $this->Form->postLink(__d('cake_d_c/users', 'Delete'), ['action' => 'delete', $user->id], ['confirm' => __d('cake_d_c/users', 'Are you sure you want to delete # {0}?', $user->id)]) ?>
|
= $this->Paginator->counter() ?>