Subversion Repositories SmartDukaan

Rev

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

Rev 15428 Rev 15436
Line 23... Line 23...
23
			<table class="table table-striped">
23
			<table class="table table-striped">
24
			<tr>
24
			<tr>
25
					<th><?php echo __('date'); ?></th>
25
					<th><?php echo __('date'); ?></th>
26
					<th><?php echo __('referrer'); ?></th>
26
					<th><?php echo __('referrer'); ?></th>
27
					<th><?php echo __('utm_campaign'); ?></th>
27
					<th><?php echo __('utm_campaign'); ?></th>
-
 
28
					<th><?php echo __('name'); ?></th>
28
					<th><?php echo __('count'); ?></th>
29
					<th><?php echo __('count'); ?></th>
29
			</tr>
30
			</tr>
30
			<?php foreach ($activations as $activation): ?>
31
			<?php foreach ($activations as $activation): ?>
31
			<tr>
32
			<tr>
32
				<td><?php echo h($activation[0]['date']); ?>&nbsp;</td>				
33
				<td><?php echo h($activation[0]['date']); ?>&nbsp;</td>				
33
				<td><?php echo h($activation['users']['referrer']); ?>&nbsp;</td>
34
				<td><?php echo h($activation['users']['referrer']); ?>&nbsp;</td>
34
				<td><?php echo h($activation['users']['utm_campaign']); ?>&nbsp;</td>
35
				<td><?php echo h($activation['users']['utm_campaign']); ?>&nbsp;</td>
-
 
36
				<td><?php echo h($activation[1]); ?>&nbsp;</td>
35
				<td><?php echo h($activation[0]['count']); ?>&nbsp;</td>
37
				<td><?php echo h($activation[0]['count']); ?>&nbsp;</td>
36
			</tr>
38
			</tr>
37
			<?php endforeach; ?>
39
			<?php endforeach; ?>
38
			</table>						
40
			</table>						
39
		</div>
41
		</div>