Blame | Last modification | View Log | RSS feed
<div class="notificationRules view"><h2><?php echo __('Notification Rule'); ?></h2><dl><dt><?php echo __('Id'); ?></dt><dd><?php echo h($notificationRule['NotificationRule']['id']); ?> </dd><dt><?php echo __('Name'); ?></dt><dd><?php echo h($notificationRule['NotificationRule']['name']); ?> </dd><dt><?php echo __('Sql'); ?></dt><dd><?php echo h($notificationRule['NotificationRule']['sql']); ?> </dd><dt><?php echo __('Message'); ?></dt><dd><?php echo h($notificationRule['NotificationRule']['message']); ?> </dd><dt><?php echo __('Url'); ?></dt><dd><?php echo h($notificationRule['NotificationRule']['url']); ?> </dd><dt><?php echo __('Status'); ?></dt><dd><?php echo h($notificationRule['NotificationRule']['status']); ?> </dd><dt><?php echo __('Starttime'); ?></dt><dd><?php echo h($notificationRule['NotificationRule']['starttime']); ?> </dd><dt><?php echo __('Endtime'); ?></dt><dd><?php echo h($notificationRule['NotificationRule']['endtime']); ?> </dd><dt><?php echo __('Created'); ?></dt><dd><?php echo h($notificationRule['NotificationRule']['created']); ?> </dd><dt><?php echo __('Modified'); ?></dt><dd><?php echo h($notificationRule['NotificationRule']['modified']); ?> </dd></dl></div><div class="actions"><h3><?php echo __('Actions'); ?></h3><ul><li><?php echo $this->Html->link(__('Edit Notification Rule'), array('action' => 'edit', $notificationRule['NotificationRule']['id'])); ?> </li><li><?php echo $this->Form->postLink(__('Delete Notification Rule'), array('action' => 'delete', $notificationRule['NotificationRule']['id']), null, __('Are you sure you want to delete # %s?', $notificationRule['NotificationRule']['id'])); ?> </li><li><?php echo $this->Html->link(__('List Notification Rules'), array('action' => 'index')); ?> </li><li><?php echo $this->Html->link(__('New Notification Rule'), array('action' => 'add')); ?> </li></ul></div>