| Line 1... |
Line 1... |
| 1 |
<div class="notificationCampaigns view">
|
1 |
<div class="notificationCampaigns view">
|
| 2 |
<h2><?php echo __('Notification Campaign'); ?></h2>
|
2 |
<h2><?php echo __('Notification Campaign'); ?></h2>
|
| 3 |
<?php //debug($notificationCampaign); ?>
|
3 |
<?php //debug($notificationCampaign); ?>
|
| 4 |
<table cellpadding="0" cellspacing="10%" border="1" class="table table-striped">
|
4 |
<table cellpadding="0" cellspacing="10%" border="1" class="table table-striped">
|
| 5 |
<tr>
|
5 |
<tr>
|
| 6 |
<th align="center"><?php echo h('Pushed By'); ?></th>
|
6 |
<!-- <th align="center"><?php //echo h('Pushed By'); ?></th> -->
|
| 7 |
<th align="center"><?php echo h('Campaign Id'); ?></th>
|
7 |
<th align="center"><?php echo h('Campaign Id'); ?></th>
|
| 8 |
<th align="center"><?php echo h('Type'); ?></th>
|
8 |
<th align="center"><?php echo h('Type'); ?></th>
|
| 9 |
<th align="center"><?php echo h('Status'); ?></th>
|
9 |
<th align="center"><?php echo h('Status'); ?></th>
|
| 10 |
<th align="center"><?php echo h('Response Time'); ?></th>
|
10 |
<th align="center"><?php echo h('Response Time'); ?></th>
|
| 11 |
<th align="center"><?php echo h('Created'); ?></th>
|
11 |
<th align="center"><?php echo h('Created'); ?></th>
|
| 12 |
</tr>
|
12 |
</tr>
|
| 13 |
|
13 |
|
| 14 |
<?php foreach ($userdata as $key => $temp): ?>
|
14 |
<?php foreach ($userdata as $key => $temp): ?>
|
| 15 |
<!-- <?php debug($temp);?> -->
|
15 |
<!-- <?php debug($temp);?> -->
|
| 16 |
<tr align="center">
|
16 |
<tr align="center">
|
| 17 |
<td width="15%">
|
17 |
<!-- <td width="15%"> -->
|
| 18 |
<?php //echo h($temp['pushnotifications']['id'])?>
|
18 |
<?php //echo h($temp['pushnotifications']['id'])?>
|
| 19 |
<?php echo h($temp['pushed_by'])?>
|
19 |
<?php //echo h($temp['pushed_by'])?>
|
| 20 |
</td>
|
20 |
<!-- </td> -->
|
| 21 |
<td>
|
21 |
<td>
|
| 22 |
<?php //echo h($temp['pushnotifications']['notification_campaign_id'])?>
|
22 |
<?php //echo h($temp['pushnotifications']['notification_campaign_id'])?>
|
| 23 |
<?php echo h($temp['notification_campaign_id'])?>
|
23 |
<?php echo h($temp['notification_campaign_id'])?>
|
| 24 |
</td>
|
24 |
</td>
|
| 25 |
<td>
|
25 |
<td>
|