| Line 13... |
Line 13... |
| 13 |
<th><?php echo $this->Paginator->sort('os_name'); ?></th>
|
13 |
<th><?php echo $this->Paginator->sort('os_name'); ?></th>
|
| 14 |
<th><?php echo $this->Paginator->sort('shortDescription'); ?></th>
|
14 |
<th><?php echo $this->Paginator->sort('shortDescription'); ?></th>
|
| 15 |
<th><?php echo $this->Paginator->sort('longDescription'); ?></th>
|
15 |
<th><?php echo $this->Paginator->sort('longDescription'); ?></th>
|
| 16 |
<th><?php echo $this->Paginator->sort('customerOneLiner'); ?></th>
|
16 |
<th><?php echo $this->Paginator->sort('customerOneLiner'); ?></th>
|
| 17 |
<th><?php echo $this->Paginator->sort('retailerOneLiner'); ?></th>
|
17 |
<th><?php echo $this->Paginator->sort('retailerOneLiner'); ?></th>
|
| - |
|
18 |
<th><?php echo $this->Paginator->sort('showApp'); ?></th>
|
| 18 |
<th class="actions"><?php echo __('Actions'); ?></th>
|
19 |
<th class="actions"><?php echo __('Actions'); ?></th>
|
| 19 |
</tr>
|
20 |
</tr>
|
| 20 |
<?php foreach ($appmasters as $appmaster): ?>
|
21 |
<?php foreach ($appmasters as $appmaster): ?>
|
| 21 |
<tr>
|
22 |
<tr>
|
| 22 |
<td><?php echo h($appmaster['Appmaster']['id']); ?> </td>
|
23 |
<td><?php echo h($appmaster['Appmaster']['id']); ?> </td>
|
| Line 25... |
Line 26... |
| 25 |
<td><?php echo h($appmaster['Appmaster']['os_name']); ?> </td>
|
26 |
<td><?php echo h($appmaster['Appmaster']['os_name']); ?> </td>
|
| 26 |
<td><?php echo h($appmaster['Appmaster']['shortDescription']); ?> </td>
|
27 |
<td><?php echo h($appmaster['Appmaster']['shortDescription']); ?> </td>
|
| 27 |
<td><?php echo h($appmaster['Appmaster']['longDescription']); ?> </td>
|
28 |
<td><?php echo h($appmaster['Appmaster']['longDescription']); ?> </td>
|
| 28 |
<td><?php echo h($appmaster['Appmaster']['customerOneLiner']); ?> </td>
|
29 |
<td><?php echo h($appmaster['Appmaster']['customerOneLiner']); ?> </td>
|
| 29 |
<td><?php echo h($appmaster['Appmaster']['retailerOneLiner']); ?> </td>
|
30 |
<td><?php echo h($appmaster['Appmaster']['retailerOneLiner']); ?> </td>
|
| - |
|
31 |
<td><?php echo h($appmaster['Appmaster']['showApp']); ?> </td>
|
| 30 |
<td class="actions">
|
32 |
<td class="actions">
|
| 31 |
<?php //echo $this->Html->link(__('View'), array('action' => 'view', $appmaster['Appmaster']['id'])); ?>
|
33 |
<?php //echo $this->Html->link(__('View'), array('action' => 'view', $appmaster['Appmaster']['id'])); ?>
|
| 32 |
<?php echo $this->Html->link(__('Edit'), array('action' => 'edit', $appmaster['Appmaster']['id'])); ?>
|
34 |
<?php echo $this->Html->link(__('Edit'), array('action' => 'edit', $appmaster['Appmaster']['id'])); ?>
|
| 33 |
<?php //echo $this->Form->postLink(__('Delete'), array('action' => 'delete', $appmaster['Appmaster']['id']), null, __('Are you sure you want to delete # %s?', $appmaster['Appmaster']['id'])); ?>
|
35 |
<?php //echo $this->Form->postLink(__('Delete'), array('action' => 'delete', $appmaster['Appmaster']['id']), null, __('Are you sure you want to delete # %s?', $appmaster['Appmaster']['id'])); ?>
|
| 34 |
</td>
|
36 |
</td>
|