/var/www/vhosts/ihelp.ro/httpdocs/templates/Dashboard/Profiles
NameSizeModeActions
edit.php68870644editdlrm
view.php81470644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/templates/Dashboard/Profiles/edit.php (6887B)
assign('title', __('Modifică profilul')); ?> Breadcrumbs->reset()->add(__('Modifică profilul'), null); $this->Breadcrumbs->prepend([ ['title' => __('Contul meu'), 'url' => ['controller' => 'Profiles', 'action' => 'view']], ]); $this->Breadcrumbs->prepend([ ['title' => __('Acasă'), 'url' => ['controller' => 'Pages', 'action' => 'home']], ]); ?>
Breadcrumbs->render() ?>

Form->create($profile, ['type' => 'file', 'novalidate' => true]); ?>
Form->control('first_name', ['label' => __('Prenume:')]); echo $this->Form->control('last_name', ['label' => __('Nume:')]); echo $this->Form->control('phone', ['label' => __('Telefon:')]); ?>

Doresc să fiu contactat prin:

Form->control( 'contact_phone', [ 'label' => __('Telefon'), 'escape' => false ] ); ?>
Form->control( 'contact_email', [ 'label' => __('Email'), 'escape' => false ] ); ?>
Form->button(__('Salvează'), ['class' => 'btn full primary size-sm ml-auto']); ?>
Form->end(); ?>
start('script'); ?> end(); ?>