Blame | Last modification | View Log | RSS feed
<div class="useractives form"><?php echo $this->Form->create('Useractive'); ?><fieldset><legend><?php echo __('Admin Edit Useractive'); ?></legend><?phpecho $this->Form->input('user_id');echo $this->Form->input('last_active');?></fieldset><?php echo $this->Form->end(__('Submit')); ?></div><div class="actions"><h3><?php echo __('Actions'); ?></h3><ul><li><?php echo $this->Form->postLink(__('Delete'), array('action' => 'delete', $this->Form->value('Useractive.last_active')), null, __('Are you sure you want to delete # %s?', $this->Form->value('Useractive.last_active'))); ?></li><li><?php echo $this->Html->link(__('List Useractives'), array('action' => 'index')); ?></li></ul></div>