Subversion Repositories SmartDukaan

Rev

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

Rev 17976 Rev 20118
Line 6... Line 6...
6
			<th><?php echo h('Agent Id'); ?></th>
6
			<th><?php echo h('Agent Id'); ?></th>
7
			<th><?php echo h('Count'); ?></th>
7
			<th><?php echo h('Count'); ?></th>
8
	</tr>	
8
	</tr>	
9
	<?php foreach ($result as $backup): ?>
9
	<?php foreach ($result as $backup): ?>
10
	<tr>
10
	<tr>
11
		<td><?php echo h($backup['retailers']['status']); ?>&nbsp;</td>
11
		<td><?php echo h($backup['r']['status']); ?>&nbsp;</td>
12
		<td><?php echo h($backup[0]['agent_id']); ?>&nbsp;</td>
12
		<td><?php echo h($backup[0]['agent_id']); ?>&nbsp;</td>
13
		<td><?php echo h($backup[0]['count']); ?>&nbsp;</td> 
13
		<td><?php echo h($backup[0]['count']); ?>&nbsp;</td> 
14
	</tr>
14
	</tr>
15
<?php endforeach; ?>
15
<?php endforeach; ?>
16
	</table>
16
	</table>