Subversion Repositories SmartDukaan

Rev

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

Rev 16549 Rev 16583
Line 19... Line 19...
19
					<th><?php echo $this->Paginator->sort('user_payout'); ?></th>
19
					<th><?php echo $this->Paginator->sort('user_payout'); ?></th>
20
					<th><?php echo $this->Paginator->sort('app_name'); ?></th>
20
					<th><?php echo $this->Paginator->sort('app_name'); ?></th>
21
					<th><?php echo $this->Paginator->sort('promoImage'); ?></th>
21
					<th><?php echo $this->Paginator->sort('promoImage'); ?></th>
22
					<th><?php echo $this->Paginator->sort('description'); ?></th>
22
					<th><?php echo $this->Paginator->sort('description'); ?></th>
23
					<th><?php echo $this->Paginator->sort('shortDescription'); ?></th>
23
					<th><?php echo $this->Paginator->sort('shortDescription'); ?></th>
-
 
24
					<th><?php echo $this->Paginator->sort('finalShortDescription'); ?></th>
24
					<th><?php echo $this->Paginator->sort('longDescription'); ?></th>
25
					<th><?php echo $this->Paginator->sort('longDescription'); ?></th>
-
 
26
					<th><?php echo $this->Paginator->sort('finalShortDescription'); ?></th>
25
					<th><?php echo $this->Paginator->sort('link'); ?></th>
27
					<th><?php echo $this->Paginator->sort('link'); ?></th>
26
					<th><?php echo $this->Paginator->sort('downloads'); ?></th>
28
					<th><?php echo $this->Paginator->sort('downloads'); ?></th>
27
					<th><?php echo $this->Paginator->sort('ratings'); ?></th>
29
					<th><?php echo $this->Paginator->sort('ratings'); ?></th>
28
					<th><?php echo $this->Paginator->sort('retailer_tagline'); ?></th>
30
					<th><?php echo $this->Paginator->sort('retailer_tagline'); ?></th>
29
					<th><?php echo $this->Paginator->sort('customer_tagline'); ?></th>
31
					<th><?php echo $this->Paginator->sort('customer_tagline'); ?></th>
Line 47... Line 49...
47
				<td><?php echo h($appOffer['AppOffer']['user_payout']); ?></td>
49
				<td><?php echo h($appOffer['AppOffer']['user_payout']); ?></td>
48
				<td><?php echo h($appOffer['AppOffer']['app_name']); ?>&nbsp;</td>
50
				<td><?php echo h($appOffer['AppOffer']['app_name']); ?>&nbsp;</td>
49
				<td><img src="<?php echo ($appOffer['AppOffer']['promoImage']); ?>" width="80"/></td>
51
				<td><img src="<?php echo ($appOffer['AppOffer']['promoImage']); ?>" width="80"/></td>
50
				<td><?php echo h($appOffer['AppOffer']['description']); ?>&nbsp;</td>
52
				<td><?php echo h($appOffer['AppOffer']['description']); ?>&nbsp;</td>
51
				<td><?php echo h($appOffer['AppOffer']['shortDescription']); ?>&nbsp;</td>
53
				<td><?php echo h($appOffer['AppOffer']['shortDescription']); ?>&nbsp;</td>
-
 
54
				<td><?php echo h($appOffer['AppOffer']['finalShortDescription']); ?>&nbsp;</td>
52
				<td><?php echo h($appOffer['AppOffer']['longDescription']); ?>&nbsp;</td>
55
				<td><?php echo h($appOffer['AppOffer']['longDescription']); ?>&nbsp;</td>
-
 
56
				<td><?php echo h($appOffer['AppOffer']['fianlLongDescription']); ?>&nbsp;</td>
53
				<td><?php echo h($appOffer['AppOffer']['link']); ?>&nbsp;</td>
57
				<td><?php echo h($appOffer['AppOffer']['link']); ?>&nbsp;</td>
54
				<td><?php echo h($appOffer['AppOffer']['downloads']); ?>&nbsp;</td>
58
				<td><?php echo h($appOffer['AppOffer']['downloads']); ?>&nbsp;</td>
55
				<td><?php echo h($appOffer['AppOffer']['ratings']); ?>&nbsp;</td>
59
				<td><?php echo h($appOffer['AppOffer']['ratings']); ?>&nbsp;</td>
56
				<td><?php echo h($appOffer['AppOffer']['retailer_tagline']); ?>&nbsp;</td>
60
				<td><?php echo h($appOffer['AppOffer']['retailer_tagline']); ?>&nbsp;</td>
57
				<td><?php echo h($appOffer['AppOffer']['customer_tagline']); ?>&nbsp;</td>
61
				<td><?php echo h($appOffer['AppOffer']['customer_tagline']); ?>&nbsp;</td>