Subversion Repositories SmartDukaan

Rev

Rev 17223 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 17223 Rev 19081
Line 1... Line 1...
1
<div class="notificationCampaigns index">
1
<div class="notificationCampaigns index">
2
<!-- <h2><?php echo __('Notification Campaigns'); ?></h2> -->
2
<!-- <h2><?php echo __('Notification Campaigns'); ?></h2> -->
3
<h4><?php echo __('Campaign ID ->     '.$notificationData[0]['notification_campaigns']['id']); ?></h4>
3
<h4><?php echo __('Campaign ID ->     '.$notificationData['NotificationCampaign']['id']); ?></h4>
4
<h4><?php echo __('Campaign Name ->     '.$notificationData[0]['notification_campaigns']['name']); ?></h4>
4
<h4><?php echo __('Campaign Name ->     '.$notificationData['NotificationCampaign']['name']); ?></h4>
5
<h4><?php echo __('Campaign Title ->     '.$notificationData[0]['notification_campaigns']['title']); ?></h4>
5
<h4><?php echo __('Campaign Title ->     '.$notificationData['NotificationCampaign']['title']); ?></h4>
6
<h4><?php echo __('Campaign Message ->     '.$notificationData[0]['notification_campaigns']['message']); ?></h4>
6
<h4><?php echo __('Campaign Message ->     '.$notificationData['NotificationCampaign']['message']); ?></h4>
7
<h4><?php echo __('Campaign Type ->     '.$notificationData[0]['notification_campaigns']['type']); ?></h4>
7
<h4><?php echo __('Campaign Type ->     '.$notificationData['NotificationCampaign']['type']); ?></h4>
8
<h4><?php echo __('Campaign URL ->     '.$notificationData[0]['notification_campaigns']['url']); ?></h4>
8
<h4><?php echo __('Campaign URL ->     '.$notificationData['NotificationCampaign']['url']); ?></h4>
9
<h4><?php echo __('Campaign Created ->     '.$notificationData[0]['notification_campaigns']['created']); ?></h4>
9
<h4><?php echo __('Campaign Created ->     '.$notificationData['NotificationCampaign']['created']); ?></h4>
10
<table cellpadding="0" cellspacing="0" border="1" class="table table-striped"  >
10
<table cellpadding="0" cellspacing="0" border="1" class="table table-striped"  >
11
	<tr>
11
	<tr>
12
		<!-- <th align="center"><?php echo h('ID'); ?></th> -->
12
		<!-- <th align="center"><?php echo h('ID'); ?></th> -->
13
		<th align="center"><?php echo h('User Id'); ?></th>
13
		<th align="center"><?php echo h('User Id'); ?></th>
14
		<th align="center"><?php echo h('Created'); ?></th>
14
		<th align="center"><?php echo h('Created'); ?></th>