Html->link(__('View', true), array('controller' => 'translations', 'action' => 'view', $translation['id'])); ?> Html->link(__('Edit', true), array('controller' => 'translations', 'action' => 'edit', $translation['id'])); ?> Html->link(__('Delete', true), array('controller' => 'translations', 'action' => 'delete', $translation['id']), null, sprintf(__('Are you sure you want to delete # %s?', true), $translation['id'])); ?> |
Html->link(__('View', true), array('controller' => 'votes', 'action' => 'view', $vote['id'])); ?> Html->link(__('Edit', true), array('controller' => 'votes', 'action' => 'edit', $vote['id'])); ?> |
Html->link(__('View', true), array('controller' => 'comments', 'action' => 'view', $comment['id'])); ?> Html->link(__('Edit', true), array('controller' => 'comments', 'action' => 'edit', $comment['id'])); ?> Html->link(__('Delete', true), array('controller' => 'comments', 'action' => 'delete', $comment['id']), null, sprintf(__('Are you sure you want to delete # %s?', true), $comment['id'])); ?> |