Subversion Repositories SmartDukaan

Rev

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

Rev 16614 Rev 16704
Line 17... Line 17...
17
					<th><?php echo $this->Paginator->sort('overriden_payout'); ?></th>
17
					<th><?php echo $this->Paginator->sort('overriden_payout'); ?></th>
18
					<th><?php echo $this->Paginator->sort('user_payout'); ?></th>
18
					<th><?php echo $this->Paginator->sort('user_payout'); ?></th>
19
					<th><?php echo $this->Paginator->sort('app_name'); ?></th>
19
					<th><?php echo $this->Paginator->sort('app_name'); ?></th>
20
					<th><?php echo $this->Paginator->sort('promoImage'); ?></th>
20
					<th><?php echo $this->Paginator->sort('promoImage'); ?></th>
21
					<th><?php echo $this->Paginator->sort('description'); ?></th>
21
					<th><?php echo $this->Paginator->sort('description'); ?></th>
22
					<!-- <th><?php echo $this->Paginator->sort('shortDescription'); ?></th> -->
22
					<th><?php echo $this->Paginator->sort('shortDescription'); ?></th>
23
					<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> -->
24
					<th><?php echo $this->Paginator->sort('longDescription'); ?></th>
25
					<th><?php echo $this->Paginator->sort('finalLongDescription'); ?></th>
25
					<!-- <th><?php echo $this->Paginator->sort('finalLongDescription'); ?></th> -->
26
					<th><?php echo $this->Paginator->sort('link'); ?></th>
26
					<th><?php echo $this->Paginator->sort('link'); ?></th>
27
					<th><?php echo $this->Paginator->sort('downloads'); ?></th>
27
					<th><?php echo $this->Paginator->sort('downloads'); ?></th>
28
					<th><?php echo $this->Paginator->sort('ratings'); ?></th>
28
					<th><?php echo $this->Paginator->sort('ratings'); ?></th>
29
					<th><?php echo $this->Paginator->sort('retailer_tagline'); ?></th>
29
					<!-- <th><?php echo $this->Paginator->sort('retailer_tagline'); ?></th> -->
30
					<th><?php echo $this->Paginator->sort('customer_tagline'); ?></th>
30
					<!-- <th><?php echo $this->Paginator->sort('customer_tagline'); ?></th> -->
31
					<th><?php echo $this->Paginator->sort('offer_active'); ?></th>
31
					<th><?php echo $this->Paginator->sort('offer_active'); ?></th>
32
					<th><?php echo $this->Paginator->sort('offerCategory'); ?></th>
32
					<th><?php echo $this->Paginator->sort('offerCategory'); ?></th>
33
					<th><?php echo $this->Paginator->sort('priority'); ?></th>
33
					<th><?php echo $this->Paginator->sort('priority'); ?></th>
34
					<th><?php echo $this->Paginator->sort('show'); ?></th>
34
					<th><?php echo $this->Paginator->sort('show'); ?></th>
-
 
35
					<th><?php echo $this->Paginator->sort('offerCondition'); ?></th>
35
					<th class="actions"><?php echo __('Actions'); ?></th>
36
					<th class="actions"><?php echo __('Actions'); ?></th>
36
			</tr>
37
			</tr>
37
			<?php foreach ($appOffers as $appOffer): ?>
38
			<?php foreach ($appOffers as $appOffer): ?>
38
			<tr>
39
			<tr>
39
				<td><?php echo h($appOffer['AppOffer']['id']); ?>&nbsp;</td>
40
				<td><?php echo h($appOffer['AppOffer']['id']); ?>&nbsp;</td>
Line 58... Line 59...
58
				<td><?php echo h($appOffer['AppOffer']['customer_tagline']); ?>&nbsp;</td>
59
				<td><?php echo h($appOffer['AppOffer']['customer_tagline']); ?>&nbsp;</td>
59
				<td><?php echo h($appOffer['AppOffer']['offer_active']); ?>&nbsp;</td>
60
				<td><?php echo h($appOffer['AppOffer']['offer_active']); ?>&nbsp;</td>
60
				<td><?php echo h($appOffer['AppOffer']['offerCategory']); ?>&nbsp;</td>
61
				<td><?php echo h($appOffer['AppOffer']['offerCategory']); ?>&nbsp;</td>
61
				<td><?php echo h($appOffer['AppOffer']['priority']); ?>&nbsp;</td>
62
				<td><?php echo h($appOffer['AppOffer']['priority']); ?>&nbsp;</td>
62
				<td><?php echo h($appOffer['AppOffer']['show']); ?>&nbsp;</td>
63
				<td><?php echo h($appOffer['AppOffer']['show']); ?>&nbsp;</td>
-
 
64
				<td><?php echo h($appOffer['AppOffer']['offerCondition']); ?>&nbsp;</td>
63
				<td class="actions">
65
				<td class="actions">
64
					<?php //echo $this->Html->link(__('View'), array('action' => 'view', $appOffer['AppOffer']['id'])); ?>
66
					<?php //echo $this->Html->link(__('View'), array('action' => 'view', $appOffer['AppOffer']['id'])); ?>
65
					<?php echo $this->Html->link(__('Edit'), array('action' => 'edit', $appOffer['AppOffer']['id'])); ?>
67
					<?php echo $this->Html->link(__('Edit'), array('action' => 'edit', $appOffer['AppOffer']['id'])); ?>
66
					<?php echo $this->Form->postLink(__('Delete'), array('action' => 'delete', $appOffer['AppOffer']['id']), null, __('Are you sure you want to delete # %s?', $appOffer['AppOffer']['id'])); ?>
68
					<?php echo $this->Form->postLink(__('Delete'), array('action' => 'delete', $appOffer['AppOffer']['id']), null, __('Are you sure you want to delete # %s?', $appOffer['AppOffer']['id'])); ?>
67
				</td>
69
				</td>