/
var
/
www
/
vhosts
/
ihelp.ro
/
_OLD
/
templates
/
Profiles
/
/var/www/vhosts/ihelp.ro/_OLD/templates/Profiles
mkdir
upload
Name
Size
Mode
Actions
add.php
1116
0644
edit
dl
rm
edit.php
940
0644
edit
dl
rm
view.php
1801
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/_OLD/templates/Profiles/add.php
(1116B)
<?php /** * @var \App\View\AppView $this * @var \App\Model\Entity\Profile $profile */ ?> <div class="row"> <aside class="column"> <div class="side-nav"> <?php echo $this->element('sidebar_dashboard'); ?> </div> </aside> <div class="column-responsive column-80"> <div class="profiles form content"> <?= $this->Form->create($profile) ?> <fieldset> <legend><?= __('Add Profile') ?></legend> <?php echo $this->Form->control('user_accept_contact_method_id', ['options' => $userAcceptContactMethods]); echo $this->Form->control('first_name'); echo $this->Form->control('last_name'); echo $this->Form->control('image'); echo $this->Form->control('address'); echo $this->Form->control('phone'); echo $this->Form->control('accept_terms'); ?> </fieldset> <?= $this->Form->button(__('Submit')) ?> <?= $this->Form->end() ?> </div> </div> </div>
Save
cmd:
run