/var/www/vhosts/ihelp.ro/httpdocs/templates/Dashboard/UserAddresses
Edit: /var/www/vhosts/ihelp.ro/httpdocs/templates/Dashboard/UserAddresses/edit.php (7405B)
assign('title', __('Modifică adresa')); ?>
Breadcrumbs->reset()->add(__('Modifică adresa'), null);
$this->Breadcrumbs->prepend([
['title' => __('Contul meu'), 'url' => ['controller' => 'Profiles', 'action' => 'view']],
]);
$this->Breadcrumbs->prepend([
['title' => __('Acasă'), 'url' => ['controller' => 'Pages', 'action' => 'home']],
]);
?>
Breadcrumbs->render() ?>
= $this->Html->link(
'
' . __('Înapoi') . '
',
['prefix' => 'Dashboard', 'plugin' => false, 'controller' => 'UserAddresses', 'action' => 'index'],
[
'escape' => false,
'class' => 'btn outline gray size-xs my-auto ml-auto svg-on-left has-svg'
]
) ?>
Form->create($userAddress, ['novalidate' => true]); ?>
Form->button(__('Salvează'), ['class' => 'btn full primary size-sm ml-auto']); ?>
Form->end(); ?>