/
var
/
www
/
vhosts
/
ihelp.ro
/
httpdocs
/
templates
/
cell
/
AddAddress
/
/var/www/vhosts/ihelp.ro/httpdocs/templates/cell/AddAddress
mkdir
upload
Name
Size
Mode
Actions
addresses.php
829
0644
edit
dl
rm
popup.php
4609
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/httpdocs/templates/cell/AddAddress/addresses.php
(829B)
<?php if (!empty($idUser)) : ?> <button type="button" class="btn outline primary size-xs ml-auto mt-1" data-toggle="modal" data-target="#addressModal"> <?php echo $addresses ? __('Adaugă o nouă adresă') : __('Adaugă o adresă'); ?> </button> <?php endif; ?> <?php if (!empty($idUser)) : ?> <div class="custom-checkbox checkboxes-blocks list-addresses"> <?php echo $this->Form->control( 'user_address_id', [ 'label' => false, 'type' => 'radio', 'options' => $addresses, 'default' => $defaulAddress, 'templates' => [ 'nestingLabel' => '{{hidden}}<label{{attrs}}>{{input}}<span>{{text}}</span></label>', ] ] ); ?> </div> <?php endif; ?>
Save
cmd:
run