Subversion Repositories SmartDukaan

Rev

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

Rev 17213 Rev 17432
Line 13... Line 13...
13
	<h4><?php echo __('Campaign Message ->     '.$notificationData['NotificationCampaign']['message']); ?></h4>
13
	<h4><?php echo __('Campaign Message ->     '.$notificationData['NotificationCampaign']['message']); ?></h4>
14
	<h4><?php echo __('Campaign Type ->     '.$notificationData['NotificationCampaign']['type']); ?></h4>
14
	<h4><?php echo __('Campaign Type ->     '.$notificationData['NotificationCampaign']['type']); ?></h4>
15
	<h4><?php echo __('Campaign URL ->     '.$notificationData['NotificationCampaign']['url']); ?></h4>
15
	<h4><?php echo __('Campaign URL ->     '.$notificationData['NotificationCampaign']['url']); ?></h4>
16
	<h4><?php echo __('Campaign Created ->     '.$notificationData['NotificationCampaign']['created']); ?></h4>
16
	<h4><?php echo __('Campaign Created ->     '.$notificationData['NotificationCampaign']['created']); ?></h4>
17
	<h4><?php echo __('Campaign Expiry ->     '.$notificationData['NotificationCampaign']['expiresat']); ?></h4>
17
	<h4><?php echo __('Campaign Expiry ->     '.$notificationData['NotificationCampaign']['expiresat']); ?></h4>
-
 
18
	<?php if(isset($notificationData['NotificationCampaign']['messagetext'])) { ?>
-
 
19
	<h4><?php echo __('Campaign Message Text ->     '.$notificationData['NotificationCampaign']['messagetext']); ?></h4>
-
 
20
	<?php } ?>
18
	<?php $cid=$notificationData['NotificationCampaign']['id']?>
21
	<?php $cid=$notificationData['NotificationCampaign']['id']?>
19
	<h4><?php if(isset($notificationCount[$cid]['sent'])){ echo __('Total ->     '.$notificationCount[$cid]['sent']);} ?></h4>
22
	<h4><?php if(isset($notificationCount[$cid]['sent'])){ echo __('Total ->     '.$notificationCount[$cid]['sent']);} ?></h4>
20
	<h4><?php  if(isset($notificationCount[$cid]['0'])) {echo __('Failure ->     '.$notificationCount[$cid]['0']);} ?></h4>
23
	<h4><?php  if(isset($notificationCount[$cid]['0'])) {echo __('Failure ->     '.$notificationCount[$cid]['0']);} ?></h4>
21
	<h4><?php if(isset($notificationCount[$cid]['recieved'])) {echo __('Recieved ->     '.$notificationCount[$cid]['recieved']);} ?></h4>
24
	<h4><?php if(isset($notificationCount[$cid]['recieved'])) {echo __('Recieved ->     '.$notificationCount[$cid]['recieved']);} ?></h4>
22
	<h4><?php if(isset($notificationCount[$cid]['opened'])) {echo __('Opened ->     '.$notificationCount[$cid]['opened']);} ?></h4>
25
	<h4><?php if(isset($notificationCount[$cid]['opened'])) {echo __('Opened ->     '.$notificationCount[$cid]['opened']);} ?></h4>