| Line 11... |
Line 11... |
| 11 |
<h2><?php echo __('Appmasters'); ?></h2>
|
11 |
<h2><?php echo __('Appmasters'); ?></h2>
|
| 12 |
<?php echo $this->element('appsearch');?>
|
12 |
<?php echo $this->element('appsearch');?>
|
| 13 |
<table class="table table-striped">
|
13 |
<table class="table table-striped">
|
| 14 |
<tr>
|
14 |
<tr>
|
| 15 |
<th><?php echo $this->Paginator->sort('id'); ?></th>
|
15 |
<th><?php echo $this->Paginator->sort('id'); ?></th>
|
| - |
|
16 |
<th><?php echo $this->Paginator->sort('rank'); ?></th>
|
| 16 |
<th><?php echo $this->Paginator->sort('active_offer'); ?></th>
|
17 |
<th><?php echo $this->Paginator->sort('active_offer'); ?></th>
|
| 17 |
<th><?php echo $this->Paginator->sort('app_name'); ?></th>
|
18 |
<th><?php echo $this->Paginator->sort('app_name'); ?></th>
|
| 18 |
<th><?php echo $this->Paginator->sort('package_name'); ?></th>
|
19 |
<th><?php echo $this->Paginator->sort('package_name'); ?></th>
|
| 19 |
<th><?php echo $this->Paginator->sort('os_name'); ?></th>
|
20 |
<!-- <th><?php //echo $this->Paginator->sort('os_name'); ?></th> -->
|
| 20 |
<th><?php echo $this->Paginator->sort('shortDescription'); ?></th>
|
21 |
<th><?php echo $this->Paginator->sort('shortDescription'); ?></th>
|
| 21 |
<th><?php echo $this->Paginator->sort('longDescription'); ?></th>
|
22 |
<th><?php echo $this->Paginator->sort('longDescription'); ?></th>
|
| 22 |
<th><?php echo $this->Paginator->sort('customerOneLiner'); ?></th>
|
23 |
<th><?php echo $this->Paginator->sort('customerOneLiner'); ?></th>
|
| 23 |
<th><?php echo $this->Paginator->sort('retailerOneLiner'); ?></th>
|
24 |
<th><?php echo $this->Paginator->sort('retailerOneLiner'); ?></th>
|
| 24 |
<th><?php echo $this->Paginator->sort('showApp'); ?></th>
|
25 |
<th><?php echo $this->Paginator->sort('showApp'); ?></th>
|
| 25 |
<th class="actions"><?php echo __('Actions'); ?></th>
|
26 |
<th class="actions"><?php echo __('Actions'); ?></th>
|
| 26 |
</tr>
|
27 |
</tr>
|
| 27 |
<?php foreach ($appmasters as $appmaster): ?>
|
28 |
<?php foreach ($appmasters as $appmaster): ?>
|
| 28 |
<tr>
|
29 |
<tr>
|
| 29 |
<td><?php echo h($appmaster['Appmaster']['id']); ?> </td>
|
30 |
<td><?php echo h($appmaster['Appmaster']['id']); ?> </td>
|
| - |
|
31 |
<td><?php echo h($appmaster['Appmaster']['rank']); ?> </td>
|
| 30 |
<td><a href="<?php echo $base_url;?>admin/app_offers/update/<?php echo $appmaster['Appmaster']['id'];?>">Edit Offer</a></td>
|
32 |
<td><a href="<?php echo $base_url;?>admin/app_offers/update/<?php echo $appmaster['Appmaster']['id'];?>">Edit Offer</a></td>
|
| 31 |
<td><?php echo h($appmaster['Appmaster']['app_name']); ?> </td>
|
33 |
<td><?php echo h($appmaster['Appmaster']['app_name']); ?> </td>
|
| 32 |
<td><?php echo h($appmaster['Appmaster']['package_name']); ?> </td>
|
34 |
<td><?php echo h($appmaster['Appmaster']['package_name']); ?> </td>
|
| 33 |
<td><?php echo h($appmaster['Appmaster']['os_name']); ?> </td>
|
35 |
<!-- <td><?php //echo h($appmaster['Appmaster']['os_name']); ?> </td> -->
|
| 34 |
<td class="cell"><div><?php echo h($appmaster['Appmaster']['shortDescription']); ?></div></td>
|
36 |
<td class="cell"><div><?php echo h($appmaster['Appmaster']['shortDescription']); ?></div></td>
|
| 35 |
<td class="cell"><div><?php echo h($appmaster['Appmaster']['longDescription']); ?></div></td>
|
37 |
<td class="cell"><div><?php echo h($appmaster['Appmaster']['longDescription']); ?></div></td>
|
| 36 |
<td><?php echo h($appmaster['Appmaster']['customerOneLiner']); ?> </td>
|
38 |
<td><?php echo h($appmaster['Appmaster']['customerOneLiner']); ?> </td>
|
| 37 |
<td><?php echo h($appmaster['Appmaster']['retailerOneLiner']); ?> </td>
|
39 |
<td><?php echo h($appmaster['Appmaster']['retailerOneLiner']); ?> </td>
|
| 38 |
<td><?php echo h($appmaster['Appmaster']['showApp']); ?> </td>
|
40 |
<td><?php echo h($appmaster['Appmaster']['showApp']); ?> </td>
|