Subversion Repositories SmartDukaan

Rev

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

Rev 15422 Rev 15428
Line 14... Line 14...
14
			        </div>
14
			        </div>
15
			       <?php echo $this->Form->end();?>
15
			       <?php echo $this->Form->end();?>
16
		        <!-- </form> -->
16
		        <!-- </form> -->
17
			</div>
17
			</div>
18
			<h3><?php echo __('Activations '); ?> <?php echo "($date)";?></h3>
18
			<h3><?php echo __('Activations '); ?> <?php echo "($date)";?></h3>
-
 
19
			<?php foreach ($activations as $activation): ?>
-
 
20
			<?php $count+=$activation[0]['count'];?>
-
 
21
			<?php endforeach; ?>
-
 
22
			<h4><?php echo __('Total Activations '); ?> <?php echo h($count);?></h4>
19
			<table class="table table-striped">
23
			<table class="table table-striped">
20
			<tr>
24
			<tr>
21
					<th><?php echo __('date'); ?></th>
25
					<th><?php echo __('date'); ?></th>
22
					<th><?php echo __('referrer'); ?></th>
26
					<th><?php echo __('referrer'); ?></th>
23
					<th><?php echo __('utm_campaign'); ?></th>
27
					<th><?php echo __('utm_campaign'); ?></th>