Blame | Last modification | View Log | RSS feed
<div class="notificationCampaigns form"><?php echo $this->Form->create('NotificationCampaign'); ?><fieldset><legend><?php echo __('Admin Add Notification Campaign'); ?></legend><?phpecho $this->Form->input('name');echo $this->Form->input('title');echo $this->Form->input('message');echo $this->Form->input('type');echo $this->Form->input('url');?></fieldset><?php echo $this->Form->end(__('Submit')); ?></div><div class="actions"><h3><?php echo __('Actions'); ?></h3><ul><li><?php echo $this->Html->link(__('List Notification Campaigns'), array('action' => 'index')); ?></li><li><?php echo $this->Html->link(__('List Pushnotifications'), array('controller' => 'pushnotifications', 'action' => 'index')); ?> </li><li><?php echo $this->Html->link(__('New Pushnotification'), array('controller' => 'pushnotifications', 'action' => 'add')); ?> </li></ul></div>