| Line 6... |
Line 6... |
| 6 |
<h4><?php echo __('Campaign Title -> '.$notificationData[0]['notification_campaigns']['title']); ?></h4>
|
6 |
<h4><?php echo __('Campaign Title -> '.$notificationData[0]['notification_campaigns']['title']); ?></h4>
|
| 7 |
<h4><?php echo __('Campaign Message -> '.$notificationData[0]['notification_campaigns']['message']); ?></h4>
|
7 |
<h4><?php echo __('Campaign Message -> '.$notificationData[0]['notification_campaigns']['message']); ?></h4>
|
| 8 |
<h4><?php echo __('Campaign Type -> '.$notificationData[0]['notification_campaigns']['type']); ?></h4>
|
8 |
<h4><?php echo __('Campaign Type -> '.$notificationData[0]['notification_campaigns']['type']); ?></h4>
|
| 9 |
<h4><?php echo __('Campaign URL -> '.$notificationData[0]['notification_campaigns']['url']); ?></h4>
|
9 |
<h4><?php echo __('Campaign URL -> '.$notificationData[0]['notification_campaigns']['url']); ?></h4>
|
| 10 |
<h4><?php echo __('Campaign Created -> '.$notificationData[0]['notification_campaigns']['created']); ?></h4>
|
10 |
<h4><?php echo __('Campaign Created -> '.$notificationData[0]['notification_campaigns']['created']); ?></h4>
|
| 11 |
<table cellpadding="0" cellspacing="0" border="1" >
|
11 |
<table cellpadding="0" cellspacing="0" border="1" class="table table-striped" >
|
| 12 |
<tr>
|
12 |
<tr>
|
| 13 |
<th align="center"><?php echo h('ID'); ?></th>
|
13 |
<th align="center"><?php echo h('ID'); ?></th>
|
| 14 |
<th align="center"><?php echo h('User Id'); ?></th>
|
14 |
<th align="center"><?php echo h('User Id'); ?></th>
|
| 15 |
<th align="center"><?php echo h('Created'); ?></th>
|
15 |
<th align="center"><?php echo h('Created'); ?></th>
|
| 16 |
<th align="center"><?php echo h('Response Time'); ?></th>
|
16 |
<th align="center"><?php echo h('Response Time'); ?></th>
|