| Line 19... |
Line 19... |
| 19 |
<th><?php echo $this->Paginator->sort('user_payout'); ?></th>
|
19 |
<th><?php echo $this->Paginator->sort('user_payout'); ?></th>
|
| 20 |
<th><?php echo $this->Paginator->sort('app_name'); ?></th>
|
20 |
<th><?php echo $this->Paginator->sort('app_name'); ?></th>
|
| 21 |
<th><?php echo $this->Paginator->sort('promoImage'); ?></th>
|
21 |
<th><?php echo $this->Paginator->sort('promoImage'); ?></th>
|
| 22 |
<th><?php echo $this->Paginator->sort('description'); ?></th>
|
22 |
<th><?php echo $this->Paginator->sort('description'); ?></th>
|
| 23 |
<th><?php echo $this->Paginator->sort('shortDescription'); ?></th>
|
23 |
<th><?php echo $this->Paginator->sort('shortDescription'); ?></th>
|
| - |
|
24 |
<th><?php echo $this->Paginator->sort('finalShortDescription'); ?></th>
|
| 24 |
<th><?php echo $this->Paginator->sort('longDescription'); ?></th>
|
25 |
<th><?php echo $this->Paginator->sort('longDescription'); ?></th>
|
| - |
|
26 |
<th><?php echo $this->Paginator->sort('finalShortDescription'); ?></th>
|
| 25 |
<th><?php echo $this->Paginator->sort('link'); ?></th>
|
27 |
<th><?php echo $this->Paginator->sort('link'); ?></th>
|
| 26 |
<th><?php echo $this->Paginator->sort('downloads'); ?></th>
|
28 |
<th><?php echo $this->Paginator->sort('downloads'); ?></th>
|
| 27 |
<th><?php echo $this->Paginator->sort('ratings'); ?></th>
|
29 |
<th><?php echo $this->Paginator->sort('ratings'); ?></th>
|
| 28 |
<th><?php echo $this->Paginator->sort('retailer_tagline'); ?></th>
|
30 |
<th><?php echo $this->Paginator->sort('retailer_tagline'); ?></th>
|
| 29 |
<th><?php echo $this->Paginator->sort('customer_tagline'); ?></th>
|
31 |
<th><?php echo $this->Paginator->sort('customer_tagline'); ?></th>
|
| Line 47... |
Line 49... |
| 47 |
<td><?php echo h($appOffer['AppOffer']['user_payout']); ?></td>
|
49 |
<td><?php echo h($appOffer['AppOffer']['user_payout']); ?></td>
|
| 48 |
<td><?php echo h($appOffer['AppOffer']['app_name']); ?> </td>
|
50 |
<td><?php echo h($appOffer['AppOffer']['app_name']); ?> </td>
|
| 49 |
<td><img src="<?php echo ($appOffer['AppOffer']['promoImage']); ?>" width="80"/></td>
|
51 |
<td><img src="<?php echo ($appOffer['AppOffer']['promoImage']); ?>" width="80"/></td>
|
| 50 |
<td><?php echo h($appOffer['AppOffer']['description']); ?> </td>
|
52 |
<td><?php echo h($appOffer['AppOffer']['description']); ?> </td>
|
| 51 |
<td><?php echo h($appOffer['AppOffer']['shortDescription']); ?> </td>
|
53 |
<td><?php echo h($appOffer['AppOffer']['shortDescription']); ?> </td>
|
| - |
|
54 |
<td><?php echo h($appOffer['AppOffer']['finalShortDescription']); ?> </td>
|
| 52 |
<td><?php echo h($appOffer['AppOffer']['longDescription']); ?> </td>
|
55 |
<td><?php echo h($appOffer['AppOffer']['longDescription']); ?> </td>
|
| - |
|
56 |
<td><?php echo h($appOffer['AppOffer']['fianlLongDescription']); ?> </td>
|
| 53 |
<td><?php echo h($appOffer['AppOffer']['link']); ?> </td>
|
57 |
<td><?php echo h($appOffer['AppOffer']['link']); ?> </td>
|
| 54 |
<td><?php echo h($appOffer['AppOffer']['downloads']); ?> </td>
|
58 |
<td><?php echo h($appOffer['AppOffer']['downloads']); ?> </td>
|
| 55 |
<td><?php echo h($appOffer['AppOffer']['ratings']); ?> </td>
|
59 |
<td><?php echo h($appOffer['AppOffer']['ratings']); ?> </td>
|
| 56 |
<td><?php echo h($appOffer['AppOffer']['retailer_tagline']); ?> </td>
|
60 |
<td><?php echo h($appOffer['AppOffer']['retailer_tagline']); ?> </td>
|
| 57 |
<td><?php echo h($appOffer['AppOffer']['customer_tagline']); ?> </td>
|
61 |
<td><?php echo h($appOffer['AppOffer']['customer_tagline']); ?> </td>
|