Blame | Last modification | View Log | RSS feed
<div class="pushnotifications view"><h2><?php echo __('Pushnotification'); ?></h2><dl><dt><?php echo __('Id'); ?></dt><dd><?php echo h($pushnotification['Pushnotification']['id']); ?> </dd><dt><?php echo __('User'); ?></dt><dd><?php echo $this->Html->link($pushnotification['User']['username'], array('controller' => 'users', 'action' => 'view', $pushnotification['User']['id'])); ?> </dd><dt><?php echo __('Notification Campaign Id'); ?></dt><dd><?php echo h($pushnotification['Pushnotification']['notification_campaign_id']); ?> </dd><dt><?php echo __('Type'); ?></dt><dd><?php echo h($pushnotification['Pushnotification']['type']); ?> </dd><dt><?php echo __('Status'); ?></dt><dd><?php echo h($pushnotification['Pushnotification']['status']); ?> </dd><dt><?php echo __('Created'); ?></dt><dd><?php echo h($pushnotification['Pushnotification']['created']); ?> </dd></dl></div><div class="actions"><h3><?php echo __('Actions'); ?></h3><ul><li><?php echo $this->Html->link(__('Edit Pushnotification'), array('action' => 'edit', $pushnotification['Pushnotification']['id'])); ?> </li><li><?php echo $this->Form->postLink(__('Delete Pushnotification'), array('action' => 'delete', $pushnotification['Pushnotification']['id']), null, __('Are you sure you want to delete # %s?', $pushnotification['Pushnotification']['id'])); ?> </li><li><?php echo $this->Html->link(__('List Pushnotifications'), array('action' => 'index')); ?> </li><li><?php echo $this->Html->link(__('New Pushnotification'), array('action' => 'add')); ?> </li><li><?php echo $this->Html->link(__('List Users'), array('controller' => 'users', 'action' => 'index')); ?> </li><li><?php echo $this->Html->link(__('New User'), array('controller' => 'users', 'action' => 'add')); ?> </li></ul></div>