| 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'); ?>