/var/www/vhosts/ihelp.ro/httpdocs/templates/Admin/Banners
NameSizeModeActions
add.php12830644editdlrm
edit.php19960644editdlrm
index.php66970644editdlrm
view.php16350644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/templates/Admin/Banners/edit.php (1996B)

name; ?>

Form->create($banner, ['role' => 'form', 'enctype' => 'multipart/form-data']); ?>
Form->control('name'); echo $this->Form->control('description', ['type' => 'textarea']); echo $this->Form->control('image_path', ['type' => 'file', 'class' => 'banner-img']); ?> Html->image($banner->image_path, ['alt' => 'Banner Image', 'width' => '100', 'height' => '60', 'class' => 'mb-3', 'id' => 'bannerImg']); ?> Form->control('title_link'); echo $this->Form->control('url_link'); echo $this->Form->control('position'); echo $this->Form->control('is_active'); ?> Form->submit(__('Submit')); ?> Form->end(); ?>