| Line 8... |
Line 8... |
| 8 |
<?php echo $this->element('appsearch');?>
|
8 |
<?php echo $this->element('appsearch');?>
|
| 9 |
<table class="table table-striped">
|
9 |
<table class="table table-striped">
|
| 10 |
<tr>
|
10 |
<tr>
|
| 11 |
<th><?php echo $this->Paginator->sort('id'); ?></th>
|
11 |
<th><?php echo $this->Paginator->sort('id'); ?></th>
|
| 12 |
<th><?php echo $this->Paginator->sort('affiliate_id'); ?></th>
|
12 |
<th><?php echo $this->Paginator->sort('affiliate_id'); ?></th>
|
| 13 |
<!-- <th><?php echo $this->Paginator->sort('affiliate_app_id'); ?></th> -->
|
13 |
<th><?php echo $this->Paginator->sort('appmaster_id'); ?></th>
|
| 14 |
<!-- <th><?php echo $this->Paginator->sort('startDate'); ?></th> -->
|
- |
|
| 15 |
<!-- <th><?php echo $this->Paginator->sort('endDate'); ?></th> -->
|
- |
|
| 16 |
<th><?php echo $this->Paginator->sort('affiliate_offer_id'); ?></th>
|
14 |
<th><?php echo $this->Paginator->sort('affiliate_offer_id'); ?></th>
|
| 17 |
<th><?php echo $this->Paginator->sort('offer_price'); ?></th>
|
15 |
<th><?php echo $this->Paginator->sort('offer_price'); ?></th>
|
| 18 |
<th><?php echo $this->Paginator->sort('override_payout'); ?></th>
|
16 |
<th><?php echo $this->Paginator->sort('override_payout'); ?></th>
|
| 19 |
<th><?php echo $this->Paginator->sort('overriden_payout'); ?></th>
|
17 |
<th><?php echo $this->Paginator->sort('overriden_payout'); ?></th>
|
| 20 |
<th><?php echo $this->Paginator->sort('user_payout'); ?></th>
|
18 |
<th><?php echo $this->Paginator->sort('user_payout'); ?></th>
|
| 21 |
<th><?php echo $this->Paginator->sort('app_name'); ?></th>
|
19 |
<th><?php echo $this->Paginator->sort('app_name'); ?></th>
|
| 22 |
<th><?php echo $this->Paginator->sort('promoImage'); ?></th>
|
20 |
<th><?php echo $this->Paginator->sort('promoImage'); ?></th>
|
| 23 |
<th><?php echo $this->Paginator->sort('description'); ?></th>
|
21 |
<th><?php echo $this->Paginator->sort('description'); ?></th>
|
| 24 |
<th><?php echo $this->Paginator->sort('shortDescription'); ?></th>
|
22 |
<!-- <th><?php echo $this->Paginator->sort('shortDescription'); ?></th> -->
|
| 25 |
<th><?php echo $this->Paginator->sort('finalShortDescription'); ?></th>
|
- |
|
| 26 |
<th><?php echo $this->Paginator->sort('longDescription'); ?></th>
|
- |
|
| 27 |
<th><?php echo $this->Paginator->sort('finalShortDescription'); ?></th>
|
23 |
<th><?php echo $this->Paginator->sort('finalShortDescription'); ?></th>
|
| - |
|
24 |
<!-- <th><?php echo $this->Paginator->sort('longDescription'); ?></th> -->
|
| - |
|
25 |
<th><?php echo $this->Paginator->sort('finalLongDescription'); ?></th>
|
| 28 |
<th><?php echo $this->Paginator->sort('link'); ?></th>
|
26 |
<th><?php echo $this->Paginator->sort('link'); ?></th>
|
| 29 |
<th><?php echo $this->Paginator->sort('downloads'); ?></th>
|
27 |
<th><?php echo $this->Paginator->sort('downloads'); ?></th>
|
| 30 |
<th><?php echo $this->Paginator->sort('ratings'); ?></th>
|
28 |
<th><?php echo $this->Paginator->sort('ratings'); ?></th>
|
| 31 |
<th><?php echo $this->Paginator->sort('retailer_tagline'); ?></th>
|
29 |
<th><?php echo $this->Paginator->sort('retailer_tagline'); ?></th>
|
| 32 |
<th><?php echo $this->Paginator->sort('customer_tagline'); ?></th>
|
30 |
<th><?php echo $this->Paginator->sort('customer_tagline'); ?></th>
|
| Line 38... |
Line 36... |
| 38 |
</tr>
|
36 |
</tr>
|
| 39 |
<?php foreach ($appOffers as $appOffer): ?>
|
37 |
<?php foreach ($appOffers as $appOffer): ?>
|
| 40 |
<tr>
|
38 |
<tr>
|
| 41 |
<td><?php echo h($appOffer['AppOffer']['id']); ?> </td>
|
39 |
<td><?php echo h($appOffer['AppOffer']['id']); ?> </td>
|
| 42 |
<td><?php echo h($appOffer['AppOffer']['affiliate_id']); ?> </td>
|
40 |
<td><?php echo h($appOffer['AppOffer']['affiliate_id']); ?> </td>
|
| 43 |
<!-- <td><?php echo h($appOffer['AppOffer']['affiliate_app_id']); ?> </td> -->
|
41 |
<td><?php echo $this->Html->link(__('Master'), array('controller' => 'appmasters', 'action' => 'edit',$appOffer['AppOffer']['appmaster_id'])); ?>
|
| 44 |
<!-- <td><?php echo h($appOffer['AppOffer']['startDate']); ?> </td> -->
|
- |
|
| 45 |
<!-- <td><?php echo h($appOffer['AppOffer']['endDate']); ?> </td> -->
|
- |
|
| 46 |
<td><?php echo h($appOffer['AppOffer']['affiliate_offer_id']); ?> </td>
|
42 |
<td><?php echo h($appOffer['AppOffer']['affiliate_offer_id']); ?> </td>
|
| 47 |
<td><?php echo h($appOffer['AppOffer']['offer_price']); ?> </td>
|
43 |
<td><?php echo h($appOffer['AppOffer']['offer_price']); ?> </td>
|
| 48 |
<td><?php echo h($appOffer['AppOffer']['override_payout']); ?></td>
|
44 |
<td><?php echo h($appOffer['AppOffer']['override_payout']); ?></td>
|
| 49 |
<td><?php echo h($appOffer['AppOffer']['overriden_payout']); ?></td>
|
45 |
<td><?php echo h($appOffer['AppOffer']['overriden_payout']); ?></td>
|
| 50 |
<td><?php echo h($appOffer['AppOffer']['user_payout']); ?></td>
|
46 |
<td><?php echo h($appOffer['AppOffer']['user_payout']); ?></td>
|
| 51 |
<td><?php echo h($appOffer['AppOffer']['app_name']); ?> </td>
|
47 |
<td><?php echo h($appOffer['AppOffer']['app_name']); ?> </td>
|
| 52 |
<td><img src="<?php echo ($appOffer['AppOffer']['promoImage']); ?>" width="80"/></td>
|
48 |
<td><img src="<?php echo ($appOffer['AppOffer']['promoImage']); ?>" width="80"/></td>
|
| 53 |
<td><?php echo h($appOffer['AppOffer']['description']); ?> </td>
|
49 |
<td><?php echo h($appOffer['AppOffer']['description']); ?> </td>
|
| 54 |
<td><?php echo h($appOffer['AppOffer']['shortDescription']); ?> </td>
|
50 |
<!-- <td><?php echo h($appOffer['AppOffer']['shortDescription']); ?> </td> -->
|
| 55 |
<td><?php echo h($appOffer['AppOffer']['finalShortDescription']); ?> </td>
|
51 |
<td><?php echo h($appOffer['AppOffer']['finalShortDescription']); ?> </td>
|
| 56 |
<td><?php echo h($appOffer['AppOffer']['longDescription']); ?> </td>
|
52 |
<!-- <td><?php echo h($appOffer['AppOffer']['longDescription']); ?> </td> -->
|
| 57 |
<td><?php echo h($appOffer['AppOffer']['fianlLongDescription']); ?> </td>
|
53 |
<td><?php echo h($appOffer['AppOffer']['finalLongDescription']); ?> </td>
|
| 58 |
<td><?php echo h($appOffer['AppOffer']['link']); ?> </td>
|
54 |
<td><?php echo h($appOffer['AppOffer']['link']); ?> </td>
|
| 59 |
<td><?php echo h($appOffer['AppOffer']['downloads']); ?> </td>
|
55 |
<td><?php echo h($appOffer['AppOffer']['downloads']); ?> </td>
|
| 60 |
<td><?php echo h($appOffer['AppOffer']['ratings']); ?> </td>
|
56 |
<td><?php echo h($appOffer['AppOffer']['ratings']); ?> </td>
|
| 61 |
<td><?php echo h($appOffer['AppOffer']['retailer_tagline']); ?> </td>
|
57 |
<td><?php echo h($appOffer['AppOffer']['retailer_tagline']); ?> </td>
|
| 62 |
<td><?php echo h($appOffer['AppOffer']['customer_tagline']); ?> </td>
|
58 |
<td><?php echo h($appOffer['AppOffer']['customer_tagline']); ?> </td>
|