/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/index.php (2409B)

Html->link(__('New'), ['action' => 'add'], ['class' => 'btn btn-success btn-xs']); ?>

Paginator->sort('id'); ?> Paginator->sort('name'); ?> Paginator->sort('value'); ?> Paginator->sort('type') ?>
Number->format($setting->id); ?> name); ?> value); ?> type); ?> Html->link(__('Edit'), ['action' => 'edit', $setting->id], ['class' => 'btn btn-warning btn-xs']); ?> Form->postLink(__('Delete'), ['action' => 'delete', $setting->id], ['confirm' => __('Are you sure you want to delete # {0}?', $setting->id), 'class' => 'btn btn-danger btn-xs']); ?>
element('paginator'); ?>