/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakedc/users/templates/Users
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/cakedc/users/templates/Users/edit.php (3126B)
= __d('cake_d_c/users', 'Actions') ?>
-
Form->postLink(
__d('cake_d_c/users', 'Delete'),
['action' => 'delete', $Users->id],
['confirm' => __d('cake_d_c/users', 'Are you sure you want to delete # {0}?', $Users->id)]
);
?>
- = $this->Html->link(__d('cake_d_c/users', 'List Users'), ['action' => 'index']) ?>
= $this->Form->create($Users); ?>
= $this->Form->button(__d('cake_d_c/users', 'Submit')) ?>
= $this->Form->end() ?>