>
|
|
|
|
|
|
link(__('View', true), array('controller' => 'boxes', 'action' => 'view', $box['id'])); ?>
link(__('Edit', true), array('controller' => 'boxes', 'action' => 'edit', $box['id'])); ?>
link(__('Delete', true), array('controller' => 'boxes', 'action' => 'delete', $box['id']), null, sprintf(__('Are you sure you want to delete # %s?', true), $box['id'])); ?>
|