Subversion Repositories SmartDukaan

Rev

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

Rev 20438 Rev 20444
Line 17... Line 17...
17
                    </div>
17
                    </div>
18
                </div>
18
                </div>
19
            </form>
19
            </form>
20
					
20
					
21
			<h2><?php echo __('Item Cashbacks'); ?></h2>
21
			<h2><?php echo __('Item Cashbacks'); ?></h2>
-
 
22
			<form class="navbar-form" name="cache" action="<?php echo $base_url;?>admin/itemcashbacks">
-
 
23
				<input type="submit" name="clear-cache" value="Clear Cache"/>
-
 
24
				<?php if(isset($clear){
-
 
25
					echo '<div>'.$clear.'</div>';
-
 
26
				}
-
 
27
				?>
-
 
28
			</form>
22
			<table cellpadding="0" cellspacing="0" class="table table-striped" >
29
			<table cellpadding="0" cellspacing="0" class="table table-striped" >
23
			<tr>
30
			<tr>
24
					
31
					
25
					<th><?php echo __('sku'); ?></th>
32
					<th><?php echo __('sku'); ?></th>
26
					<th><?php echo __('source'); ?></th>
33
					<th><?php echo __('source'); ?></th>
27
					<th><?php echo __('Product'); ?></th>
34
					<th><?php echo __('Product'); ?></th>
28
					<th><?php echo __('cash_back');?></th>
35
					<th><?php echo __('Cashback');?></th>
29
					<th><?php echo __('cash_back_status');?>
36
					<th><?php echo __('Status');?>
30
					<th><?php echo __('cash_back_type');?>
37
					<th><?php echo __('Type');?>
31
					<th><?php echo __('Action');?>
38
					<th><?php echo __('Action');?>
32
			</tr>
39
			</tr>
33
			<?php foreach ($cashbacks as $cashback): ?>
40
			<?php foreach ($cashbacks as $cashback): ?>
34
			<tr>
41
			<tr>
35
				<td><?php echo h($cashback['sku']); ?></td>
42
				<td><?php echo h($cashback['sku']); ?></td>