/var/www/vhosts/ihelp.ro/httpdocs/templates/Admin/Settings
NameSizeModeActions
add.php13420644editdlrm
edit.php13770644editdlrm
index.php24090644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/templates/Admin/Settings/edit.php (1377B)

name; ?>

Form->create($setting, ['role' => 'form']); ?> Form->control('name', ['disabled' => 'disabled']); echo $this->Form->control('value'); echo $this->Form->control('type', ['class' => 'select-with-search form-control', 'empty' => __('__Select Type'), 'options' => $types]); ?> Form->submit(__('Submit')); ?> Form->end(); ?>