/var/www/vhosts/ihelp.ro/httpdocs/templates/Admin/Categories
NameSizeModeActions
add.php14800644editdlrm
edit.php14920644editdlrm
index.php35940644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/templates/Admin/Categories/add.php (1480B)
Form->create($category, ['role' => 'form']); ?> Form->control('parent_id', ['class' => 'select-with-search form-control', 'empty' => __('_Select category'), 'options' => $categories]); echo $this->Form->control('name'); echo $this->Form->control('slug'); echo $this->Form->control('svg_icon'); echo $this->Form->control('icon'); echo $this->Form->control('is_active'); echo $this->Form->submit(__('Submit')); ?> Form->end(); ?>