| Line 18... |
Line 18... |
| 18 |
<?php $cid=$notificationData['NotificationCampaign']['id']?>
|
18 |
<?php $cid=$notificationData['NotificationCampaign']['id']?>
|
| 19 |
<h4><?php if(isset($notificationCount[$cid]['sent'])){ echo __('Total -> '.$notificationCount[$cid]['sent']);} ?></h4>
|
19 |
<h4><?php if(isset($notificationCount[$cid]['sent'])){ echo __('Total -> '.$notificationCount[$cid]['sent']);} ?></h4>
|
| 20 |
<h4><?php if(isset($notificationCount[$cid]['0'])) {echo __('Failure -> '.$notificationCount[$cid]['0']);} ?></h4>
|
20 |
<h4><?php if(isset($notificationCount[$cid]['0'])) {echo __('Failure -> '.$notificationCount[$cid]['0']);} ?></h4>
|
| 21 |
<h4><?php if(isset($notificationCount[$cid]['recieved'])) {echo __('Recieved -> '.$notificationCount[$cid]['recieved']);} ?></h4>
|
21 |
<h4><?php if(isset($notificationCount[$cid]['recieved'])) {echo __('Recieved -> '.$notificationCount[$cid]['recieved']);} ?></h4>
|
| 22 |
<h4><?php if(isset($notificationCount[$cid]['opened'])) {echo __('Opened -> '.$notificationCount[$cid]['opened']);} ?></h4>
|
22 |
<h4><?php if(isset($notificationCount[$cid]['opened'])) {echo __('Opened -> '.$notificationCount[$cid]['opened']);} ?></h4>
|
| 23 |
<table cellpadding="0" cellspacing="10%" border="1" >
|
23 |
<table cellpadding="0" cellspacing="10%" border="1" class="table table-striped" >
|
| 24 |
<tr>
|
24 |
<tr>
|
| 25 |
<th style="text-align:center"><?php echo $this->Html->link(__(h('User Id')),array('action'=>'sort', $cid,'?' => array('type' => 'user_id', 'order' => 'desc'))); ?></th>
|
25 |
<th style="text-align:center"><?php echo $this->Html->link(__(h('User Id')),array('action'=>'sort', $cid,'?' => array('type' => 'user_id', 'order' => 'desc'))); ?></th>
|
| 26 |
|
26 |
|
| 27 |
<th style="text-align:center"><?php echo $this->Html->link(__(h('Sent Time')),array('action'=>'sort', $cid,'?' => array('type' => 'sent', 'order' => 'desc'))); ?></th>
|
27 |
<th style="text-align:center"><?php echo $this->Html->link(__(h('Sent Time')),array('action'=>'sort', $cid,'?' => array('type' => 'sent', 'order' => 'desc'))); ?></th>
|
| 28 |
|
28 |
|