Subversion Repositories SmartDukaan

Rev

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

Rev 14955 Rev 14990
Line 1... Line 1...
1
<div class="notificationCampaigns view">
1
<div class="notificationCampaigns view">
2
<h2><?php echo __('Notification Campaign'); ?></h2>
2
<h2><?php echo __('Notification Campaign'); ?></h2>
3
	<?php //debug($notificationCampaign); ?>
3
	<?php //debug($notificationCampaign); ?>
4
	<table cellpadding="0" cellspacing="10%" border="1"  >
4
	<table cellpadding="0" cellspacing="10%" border="1" class="table table-striped">
5
	<tr>
5
	<tr>
6
	<th align="center"><?php echo h('Id'); ?></th>
6
	<th align="center"><?php echo h('Id'); ?></th>
7
	<th align="center"><?php echo h('Campaign Id'); ?></th>
7
	<th align="center"><?php echo h('Campaign Id'); ?></th>
8
	<th align="center"><?php echo h('Type'); ?></th>
8
	<th align="center"><?php echo h('Type'); ?></th>
9
	<th align="center"><?php echo h('Status'); ?></th>
9
	<th align="center"><?php echo h('Status'); ?></th>