/var/www/vhosts/ihelp.ro/httpdocs/templates/Admin/Sponsors
NameSizeModeActions
add.php13350644editdlrm
edit.php15710644editdlrm
index.php25460644editdlrm
view.php41500644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/templates/Admin/Sponsors/edit.php (1571B)

name; ?>

Form->create($sponsor, ['role' => 'form', 'enctype' => 'multipart/form-data']); ?>
Form->control('name', ['disabled' => 'disabled']); echo $this->Form->control('description', ['type' => 'textarea']); echo $this->Form->control('image', ['type' => 'file', 'class' => 'sponsor-img']); ?> Html->image($sponsor->image, ['alt' => 'Sponsor Image', 'width' => '100', 'height' => '60', 'class' => 'mb-3', 'id' => 'imagePreview']); ?> Form->submit(__('Submit')); ?> Form->end(); ?>