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

Html->link(__('New'), ['action' => 'add'], ['class' => 'btn btn-success btn-xs']); ?>
Form->postLink(__('Recover'), ['action' => 'recover'], ['confirm' => __('Are you sure you want to Recover the categories?'), 'class' => 'btn btn-danger btn-xs']); ?>

Paginator->sort('id'); ?> Paginator->sort('parent_id', ['label' => 'Category']); ?> Paginator->sort('name'); ?> Paginator->sort('slug'); ?> Paginator->sort('product_count'); ?> Paginator->sort('is_active'); ?>
Number->format($category->id); ?> parent_id) ? $category->parent_category->name : 'MAIN GATEGORY'; ?> name); ?> slug); ?> parent_id ? $category->product_count : ''; ?> is_active) ? '' : ''; ?> Html->link(null, ['action' => 'changePosition', 'moveup', $category->id], ['class' => ' fas fa-arrow-alt-circle-up fa-1x']); ?> Html->link(null, ['action' => 'changePosition', 'movedown', $category->id], ['class' => 'fas fa-arrow-alt-circle-down fa-1x']); ?> Html->link(__('Edit'), ['action' => 'edit', $category->id], ['class' => 'btn btn-warning btn-xs']); ?> Form->postLink(__('Delete'), ['action' => 'delete', $category->id], ['confirm' => __('Are you sure you want to delete # {0}?', $category->id), 'class' => 'btn btn-danger btn-xs']); ?>
element('paginator'); ?>