/
var
/
www
/
vhosts
/
ihelp.ro
/
_OLD
/
templates
/
Users
/
/var/www/vhosts/ihelp.ro/_OLD/templates/Users
mkdir
upload
Name
Size
Mode
Actions
add.php
950
0644
edit
dl
rm
edit.php
769
0644
edit
dl
rm
list_users.php
3264
0644
edit
dl
rm
login.php
345
0644
edit
dl
rm
view.php
20941
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/_OLD/templates/Users/login.php
(345B)
<div class="row"> <div class="column-responsive column-80"><?= $this->Form->create() ?> <div class="users form content"> <?= $this->Form->control('email') ?> <?= $this->Form->control('password') ?> <?= $this->Form->submit() ?> <?= $this->Form->end() ?> </div> </div> </div>
Save
= $this->Form->create() ?>
= $this->Form->control('email') ?> = $this->Form->control('password') ?> = $this->Form->submit() ?> = $this->Form->end() ?>