Subversion Repositories SmartDukaan

Rev

Rev 16755 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 16755 Rev 17025
Line 33... Line 33...
33
					<th><?php echo $this->Paginator->sort('ratings'); ?></th>
33
					<th><?php echo $this->Paginator->sort('ratings'); ?></th>
34
					<!-- <th><?php echo $this->Paginator->sort('retailer_tagline'); ?></th> -->
34
					<!-- <th><?php echo $this->Paginator->sort('retailer_tagline'); ?></th> -->
35
					<!-- <th><?php echo $this->Paginator->sort('customer_tagline'); ?></th> -->
35
					<!-- <th><?php echo $this->Paginator->sort('customer_tagline'); ?></th> -->
36
					<th><?php echo $this->Paginator->sort('offer_active'); ?></th>
36
					<th><?php echo $this->Paginator->sort('offer_active'); ?></th>
37
					<th><?php echo $this->Paginator->sort('offerCategory'); ?></th>
37
					<th><?php echo $this->Paginator->sort('offerCategory'); ?></th>
38
					<th><?php echo $this->Paginator->sort('priority'); ?></th>
38
					<!-- <th><?php //echo $this->Paginator->sort('priority'); ?></th> -->
39
					<th><?php echo $this->Paginator->sort('show'); ?></th>
39
					<th><?php echo $this->Paginator->sort('show'); ?></th>
40
					<th><?php echo $this->Paginator->sort('location'); ?></th>
40
					<th><?php echo $this->Paginator->sort('location'); ?></th>
41
					<th><?php echo $this->Paginator->sort('offerCondition','Offer Text'); ?></th>
41
					<th><?php echo $this->Paginator->sort('offerCondition','Offer Text'); ?></th>
42
					<th class="actions"><?php echo __('Actions'); ?></th>
42
					<th class="actions"><?php echo __('Actions'); ?></th>
43
			</tr>
43
			</tr>
Line 63... Line 63...
63
				<td><?php echo h($appOffer['AppOffer']['ratings']); ?>&nbsp;</td>
63
				<td><?php echo h($appOffer['AppOffer']['ratings']); ?>&nbsp;</td>
64
				<!-- <td><?php echo h($appOffer['AppOffer']['retailer_tagline']); ?>&nbsp;</td> -->
64
				<!-- <td><?php echo h($appOffer['AppOffer']['retailer_tagline']); ?>&nbsp;</td> -->
65
				<!-- <td><?php echo h($appOffer['AppOffer']['customer_tagline']); ?>&nbsp;</td> -->
65
				<!-- <td><?php echo h($appOffer['AppOffer']['customer_tagline']); ?>&nbsp;</td> -->
66
				<td><?php echo h($appOffer['AppOffer']['offer_active']); ?>&nbsp;</td>
66
				<td><?php echo h($appOffer['AppOffer']['offer_active']); ?>&nbsp;</td>
67
				<td><?php echo h($appOffer['AppOffer']['offerCategory']); ?>&nbsp;</td>
67
				<td><?php echo h($appOffer['AppOffer']['offerCategory']); ?>&nbsp;</td>
68
				<td><?php echo h($appOffer['AppOffer']['priority']); ?>&nbsp;</td>
68
				<!-- <td><?php //echo h($appOffer['AppOffer']['priority']); ?>&nbsp;</td> -->
69
				<td><?php echo h($appOffer['AppOffer']['show']); ?>&nbsp;</td>
69
				<td><?php echo h($appOffer['AppOffer']['show']); ?>&nbsp;</td>
70
				<td><?php echo h($appOffer['AppOffer']['location']); ?>&nbsp;</td>
70
				<td><?php echo h($appOffer['AppOffer']['location']); ?>&nbsp;</td>
71
				<td><?php echo h($appOffer['AppOffer']['offerCondition']); ?>&nbsp;</td>
71
				<td><?php echo h($appOffer['AppOffer']['offerCondition']); ?>&nbsp;</td>
72
				<td class="actions">
72
				<td class="actions">
73
					<?php //echo $this->Html->link(__('View'), array('action' => 'view', $appOffer['AppOffer']['id'])); ?>
73
					<?php //echo $this->Html->link(__('View'), array('action' => 'view', $appOffer['AppOffer']['id'])); ?>