Subversion Repositories SmartDukaan

Rev

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

Rev 13633 Rev 13958
Line 24... Line 24...
24
				<td><?php echo h($categoryDiscount['min_discount']); ?>&nbsp;</td>
24
				<td><?php echo h($categoryDiscount['min_discount']); ?>&nbsp;</td>
25
				<td><?php echo h($categoryDiscount['max_discount']); ?>&nbsp;</td>
25
				<td><?php echo h($categoryDiscount['max_discount']); ?>&nbsp;</td>
26
				<td><?php echo h($categoryDiscount['discountType']); ?>&nbsp;</td>
26
				<td><?php echo h($categoryDiscount['discountType']); ?>&nbsp;</td>
27
				<td class="actions">
27
				<td class="actions">
28
					<?php echo $this->Html->link(__('Edit'), array('action' => 'edit', $categoryDiscount['_id']['$oid'])); ?>
28
					<?php echo $this->Html->link(__('Edit'), array('action' => 'edit', $categoryDiscount['_id']['$oid'])); ?>
29
					<?php echo $this->Form->postLink(__('Delete'), array('action' => 'delete', $categoryDiscount['_id']['$oid']), null, __('Are you sure you want to delete # %s?', $categoryDiscount['CategoryDiscount']['id'])); ?>
29
					<?php echo $this->Form->postLink(__('Delete'), array('action' => 'delete', $categoryDiscount['_id']['$oid']), null, __('Are you sure you want to delete # %s?', $categoryDiscount['CategoryDiscount']['_id']['$oid'])); ?>
30
				</td>
30
				</td>
31
			</tr>
31
			</tr>
32
		<?php endforeach; ?>
32
		<?php endforeach; ?>
33
			</table>
33
			</table>
34
			<p>
34
			<p>