Subversion Repositories SmartDukaan

Rev

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

Rev 14956 Rev 14990
Line 4... Line 4...
4
    border: 1px solid black;
4
    border: 1px solid black;
5
}
5
}
6
</style>
6
</style>
7
</head>
7
</head>
8
<div class="notificationCampaigns view">
8
<div class="notificationCampaigns view">
9
<table cellpadding="0" cellspacing="10%" border="1"  >
9
<table cellpadding="0" cellspacing="10%" border="1" class="table table-striped" >
10
	<tr >
10
	<tr >
11
	<th style="text-align:center"><?php echo $this->Html->link(__(h('User Id')),array('action'=>'sort', $notificationId, '?' => array('type' => 'user_id', 'order' => 'asc'))); ?></th>
11
	<th style="text-align:center"><?php echo $this->Html->link(__(h('User Id')),array('action'=>'sort', $notificationId, '?' => array('type' => 'user_id', 'order' => 'asc'))); ?></th>
12
	
12
	
13
	<th style="text-align:center"><?php echo $this->Html->link(__(h('Sent Time')),array('action'=>'sort', $notificationId, '?' => array('type' => 'sent', 'order' => 'asc'))); ?></th>
13
	<th style="text-align:center"><?php echo $this->Html->link(__(h('Sent Time')),array('action'=>'sort', $notificationId, '?' => array('type' => 'sent', 'order' => 'asc'))); ?></th>
14
	
14