/var/www/vhosts/ihelp.ro/httpdocs/templates/Dashboard/UserAddresses
Edit: /var/www/vhosts/ihelp.ro/httpdocs/templates/Dashboard/UserAddresses/index.php (8936B)
assign('title', __('Adrese')); ?>
Breadcrumbs->reset()->add(__('Adrese'), null);
$this->Breadcrumbs->prepend([
['title' => __('Contul meu'), 'url' => ['controller' => 'Profiles', 'action' => 'view']],
]);
$this->Breadcrumbs->prepend([
['title' => __('Acasă'), 'url' => ['controller' => 'Pages', 'action' => 'home']],
]);
?>
Breadcrumbs->render() ?>
Html->link(__('Adaugă adresă'), ['prefix' => 'Dashboard', 'controller' => 'UserAddresses', 'action' => 'add'], ['class' => 'btn full primary size-xs ml-auto']); ?>
full_name); ?>
phone) && !empty($userAddress->phone)) { ?>
-
phone); ?>
address); ?>
Html->link(__('Modifică'), ['prefix' => 'Dashboard', 'controller' => 'UserAddresses', 'action' => 'edit', $userAddress->uuid], ['escape' => false, 'class' => 'btn outline secondary size-xs']); ?>
Form->postLink(__('Șterge'), ['action' => 'changeStatus', $userAddress->uuid], ['confirm' => __('Ești sigur că vrei să modifici starea # {0}?', $userAddress->uuid), 'escape' => false, 'class' => 'btn outline primary size-xs has-svg']); ?>
| Paginator->sort('full_name', __('Nume')); ?> |
Paginator->sort('phone', __('Telefon')); ?> |
Paginator->sort('address', __('Adresă')); ?> |
Paginator->sort('postal_code', __('Cod poștal')); ?> |
Paginator->sort('is_active', __('Activ')); ?> |
Paginator->sort('is_default', __('Implicit')); ?> |
|
| full_name); ?> |
phone); ?> |
compact_address); ?> |
postal_code); ?> |
is_active) { ?>
|
is_default) { ?>
|
Html->link('', ['prefix' => 'Dashboard', 'controller' => 'UserAddresses', 'action' => 'edit', $userAddress->uuid], ['escape' => false, 'class' => 'btn outline secondary size-xs has-svg']); ?>
Form->postLink('', ['action' => 'changeStatus', $userAddress->uuid], ['confirm' => __('Ești sigur că vrei să modifici starea # {0}?', $userAddress->uuid), 'escape' => false, 'class' => 'btn outline primary size-xs has-svg']); ?>
|
element('paginator'); ?>