| Line 33... |
Line 33... |
| 33 |
<th><?php echo $this->Paginator->sort('ratings'); ?></th>
|
33 |
<th><?php echo $this->Paginator->sort('ratings'); ?></th>
|
| 34 |
<!-- <th><?php echo $this->Paginator->sort('retailer_tagline'); ?></th> -->
|
34 |
<!-- <th><?php echo $this->Paginator->sort('retailer_tagline'); ?></th> -->
|
| 35 |
<!-- <th><?php echo $this->Paginator->sort('customer_tagline'); ?></th> -->
|
35 |
<!-- <th><?php echo $this->Paginator->sort('customer_tagline'); ?></th> -->
|
| 36 |
<th><?php echo $this->Paginator->sort('offer_active'); ?></th>
|
36 |
<th><?php echo $this->Paginator->sort('offer_active'); ?></th>
|
| 37 |
<th><?php echo $this->Paginator->sort('offerCategory'); ?></th>
|
37 |
<th><?php echo $this->Paginator->sort('offerCategory'); ?></th>
|
| 38 |
<th><?php echo $this->Paginator->sort('priority'); ?></th>
|
38 |
<!-- <th><?php //echo $this->Paginator->sort('priority'); ?></th> -->
|
| 39 |
<th><?php echo $this->Paginator->sort('show'); ?></th>
|
39 |
<th><?php echo $this->Paginator->sort('show'); ?></th>
|
| 40 |
<th><?php echo $this->Paginator->sort('location'); ?></th>
|
40 |
<th><?php echo $this->Paginator->sort('location'); ?></th>
|
| 41 |
<th><?php echo $this->Paginator->sort('offerCondition','Offer Text'); ?></th>
|
41 |
<th><?php echo $this->Paginator->sort('offerCondition','Offer Text'); ?></th>
|
| 42 |
<th class="actions"><?php echo __('Actions'); ?></th>
|
42 |
<th class="actions"><?php echo __('Actions'); ?></th>
|
| 43 |
</tr>
|
43 |
</tr>
|
| Line 63... |
Line 63... |
| 63 |
<td><?php echo h($appOffer['AppOffer']['ratings']); ?> </td>
|
63 |
<td><?php echo h($appOffer['AppOffer']['ratings']); ?> </td>
|
| 64 |
<!-- <td><?php echo h($appOffer['AppOffer']['retailer_tagline']); ?> </td> -->
|
64 |
<!-- <td><?php echo h($appOffer['AppOffer']['retailer_tagline']); ?> </td> -->
|
| 65 |
<!-- <td><?php echo h($appOffer['AppOffer']['customer_tagline']); ?> </td> -->
|
65 |
<!-- <td><?php echo h($appOffer['AppOffer']['customer_tagline']); ?> </td> -->
|
| 66 |
<td><?php echo h($appOffer['AppOffer']['offer_active']); ?> </td>
|
66 |
<td><?php echo h($appOffer['AppOffer']['offer_active']); ?> </td>
|
| 67 |
<td><?php echo h($appOffer['AppOffer']['offerCategory']); ?> </td>
|
67 |
<td><?php echo h($appOffer['AppOffer']['offerCategory']); ?> </td>
|
| 68 |
<td><?php echo h($appOffer['AppOffer']['priority']); ?> </td>
|
68 |
<!-- <td><?php //echo h($appOffer['AppOffer']['priority']); ?> </td> -->
|
| 69 |
<td><?php echo h($appOffer['AppOffer']['show']); ?> </td>
|
69 |
<td><?php echo h($appOffer['AppOffer']['show']); ?> </td>
|
| 70 |
<td><?php echo h($appOffer['AppOffer']['location']); ?> </td>
|
70 |
<td><?php echo h($appOffer['AppOffer']['location']); ?> </td>
|
| 71 |
<td><?php echo h($appOffer['AppOffer']['offerCondition']); ?> </td>
|
71 |
<td><?php echo h($appOffer['AppOffer']['offerCondition']); ?> </td>
|
| 72 |
<td class="actions">
|
72 |
<td class="actions">
|
| 73 |
<?php //echo $this->Html->link(__('View'), array('action' => 'view', $appOffer['AppOffer']['id'])); ?>
|
73 |
<?php //echo $this->Html->link(__('View'), array('action' => 'view', $appOffer['AppOffer']['id'])); ?>
|