/var/www/vhosts/ihelp.ro/_OLD/templates/Causes
NameSizeModeActions
add.php12220644editdlrm
edit.php16360644editdlrm
index.php34600644editdlrm
update.php00644editdlrm
view.php49680644editdlrm
Edit: /var/www/vhosts/ihelp.ro/_OLD/templates/Causes/add.php (1222B)
Form->create($cause, ['type' => 'file']) ?>
Form->control('name'); echo $this->Form->control('description'); echo $this->Form->control('donation_amount'); echo $this->Form->input('CauseImages[].image', array('type' => 'file', 'multiple')); echo $this->Form->control('date_start'); echo $this->Form->control('date_end'); echo $this->Form->control('is_active'); ?>
Form->button(__('Submit')) ?> Form->end() ?>