| Line 7... |
Line 7... |
| 7 |
</head>
|
7 |
</head>
|
| 8 |
<div class="notificationCampaigns index">
|
8 |
<div class="notificationCampaigns index">
|
| 9 |
|
9 |
|
| 10 |
<h2><?php echo __('Notification Campaigns'); ?></h2>
|
10 |
<h2><?php echo __('Notification Campaigns'); ?></h2>
|
| 11 |
|
11 |
|
| 12 |
<table cellpadding="0" cellspacing="0" border="1" >
|
12 |
<table cellpadding="0" cellspacing="0" border="1" class="table table-striped" >
|
| 13 |
<tr>
|
13 |
<tr>
|
| 14 |
<th style="text-align:center"><?php echo $this->Paginator->sort('id'); ?></th>
|
14 |
<th style="text-align:center"><?php echo $this->Paginator->sort('id'); ?></th>
|
| 15 |
<th style="text-align:center"><?php echo $this->Paginator->sort('name'); ?></th>
|
15 |
<th style="text-align:center"><?php echo $this->Paginator->sort('name'); ?></th>
|
| 16 |
<th style="text-align:center"><?php echo $this->Paginator->sort('title'); ?></th>
|
16 |
<th style="text-align:center"><?php echo $this->Paginator->sort('title'); ?></th>
|
| 17 |
<th style="text-align:center"><?php echo $this->Paginator->sort('created'); ?></th>
|
17 |
<th style="text-align:center"><?php echo $this->Paginator->sort('created'); ?></th>
|