/var/www/vhosts/ihelp.ro/httpdocs/templates/Admin/Users
NameSizeModeActions
add.php15940644editdlrm
edit.php19020644editdlrm
index.php40780644editdlrm
login.php10690644editdlrm
view.php66460644editdlrm
view_addresses.php38520644editdlrm
view_causes.php45130644editdlrm
view_products.php48610644editdlrm
view_product_favorites.php24880644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/templates/Admin/Users/edit.php (1902B)

uuid; ?>

Form->create($user, ['role' => 'form', 'novalidate' => true, 'type' => 'file']); ?> Form->control('profile.first_name'); echo $this->Form->control('profile.last_name'); echo $this->Form->control('profile.phone'); echo $this->Form->control('profile.image_path', ['type' => 'file']); echo !empty($user->profile->image_path) ? $this->Html->image(UPLOAD_IMAGE . $user->profile->model_name . '/' . $user->profile->image_path, ['width' => '100']) : ''; echo $this->Form->control('email'); echo $this->Form->control('password'); echo $this->Form->control('role_id', ['class' => 'select-with-search form-control', 'options' => $roles]); echo $this->Form->control('gdpr_active'); echo $this->Form->control('is_active'); ?> Form->submit(__('Submit')); ?> Form->end(); ?>