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