Subversion Repositories SmartDukaan

Rev

Rev 16614 | Rev 16755 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 16614 Rev 16724
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']); ?>&nbsp;</td>
23
				<td><?php echo h($appmaster['Appmaster']['id']); ?>&nbsp;</td>
Line 25... Line 26...
25
				<td><?php echo h($appmaster['Appmaster']['os_name']); ?>&nbsp;</td>
26
				<td><?php echo h($appmaster['Appmaster']['os_name']); ?>&nbsp;</td>
26
				<td><?php echo h($appmaster['Appmaster']['shortDescription']); ?>&nbsp;</td>
27
				<td><?php echo h($appmaster['Appmaster']['shortDescription']); ?>&nbsp;</td>
27
				<td><?php echo h($appmaster['Appmaster']['longDescription']); ?>&nbsp;</td>
28
				<td><?php echo h($appmaster['Appmaster']['longDescription']); ?>&nbsp;</td>
28
				<td><?php echo h($appmaster['Appmaster']['customerOneLiner']); ?>&nbsp;</td>
29
				<td><?php echo h($appmaster['Appmaster']['customerOneLiner']); ?>&nbsp;</td>
29
				<td><?php echo h($appmaster['Appmaster']['retailerOneLiner']); ?>&nbsp;</td>
30
				<td><?php echo h($appmaster['Appmaster']['retailerOneLiner']); ?>&nbsp;</td>
-
 
31
				<td><?php echo h($appmaster['Appmaster']['showApp']); ?>&nbsp;</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>