Html->link(__('New Cart'), ['action' => 'add'], ['class' => 'button float-right']) ?>
| Paginator->sort('id'); ?> |
Paginator->sort('uuid'); ?> |
Paginator->sort('user_id'); ?> |
Paginator->sort('modified'); ?> |
Paginator->sort('created'); ?> |
|
| Number->format($cart->id); ?> |
uuid); ?> |
has('user') ? $this->Html->link($cart->user->id, ['controller' => 'Users', 'action' => 'view', $cart->user->id]) : ''; ?> |
modified); ?> |
created); ?> |
Html->link(__('View'), ['action' => 'view', $cart->id]); ?>
Html->link(__('Edit'), ['action' => 'edit', $cart->id]); ?>
Form->postLink(__('Delete'), ['action' => 'delete', $cart->id], ['confirm' => __('Are you sure you want to delete # {0}?', $cart->id)]); ?>
|
Paginator->counter(__('Page {{page}} of {{pages}}, showing {{current}} record(s) out of {{count}} total')); ?>