Form->create('Log'); ?>
Form->end(__('Submit')); ?>
- Form->postLink(__('Delete'), array('action' => 'delete', $this->Form->value('Log.TimeKey')), null, __('Are you sure you want to delete # %s?', $this->Form->value('Log.TimeKey'))); ?>
- Html->link(__('List Logs'), array('action' => 'index')); ?>