Subversion Repositories SmartDukaan

Rev

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

Rev 22860 Rev 23026
Line 7... Line 7...
7
					<th>Name</th>
7
					<th>Name</th>
8
					<th>Description</th>
8
					<th>Description</th>
9
					<th>Type</th>
9
					<th>Type</th>
10
					<th>Amount Type</th>
10
					<th>Amount Type</th>
11
					<th>Amount</th>
11
					<th>Amount</th>
12
					<th>Start Date</th>
12
					<th>Start Date Time</th>
13
					<th>End Date</th>
13
					<th>End Date Time</th>
14
					<th>Created On</th>
14
					<th>Created On</th>
15
					<th>Active</th>
15
					<th>Active</th>
16
					<th>Expire</th>
16
					<th>Expire</th>
17
				</tr>
17
				</tr>
18
				#if(!$schemes.isEmpty())
18
				#if(!$schemes.isEmpty())
Line 22... Line 22...
22
	    					<td>$scheme.getName()</td>
22
	    					<td>$scheme.getName()</td>
23
	    					<td>$scheme.getDescription()</td>
23
	    					<td>$scheme.getDescription()</td>
24
	    					<td>$scheme.getType()</td>
24
	    					<td>$scheme.getType()</td>
25
	    					<td>$scheme.getAmountType()</td>
25
	    					<td>$scheme.getAmountType()</td>
26
	    					<td>$scheme.getAmount()</td>
26
	    					<td>$scheme.getAmount()</td>
27
	    					<td>$scheme.getFormattedStartDate()</td>
27
	    					<td>$scheme.getFormattedStartDateTime()</td>
28
	    					<td>$scheme.getFormattedEndDate()</td>
28
	    					<td>$scheme.getFormattedEndDateTime()</td>
29
	    					<td>$scheme.getFormattedCreateTimestamp()</td>
29
	    					<td>$scheme.getFormattedCreateTimestamp()</td>
30
	    					#if(($scheme.getActiveTimestamp()) && (!$scheme.getExpireTimestamp()))
30
	    					#if(($scheme.getActiveTimestamp()) && (!$scheme.getExpireTimestamp()))
31
	    						<td><i class="fa fa-check" aria-hidden="true"></i></td>
31
	    						<td><i class="fa fa-check" aria-hidden="true"></i></td>
32
	    					#else
32
	    					#else
33
	    						<td><i class="fa fa-times" aria-hidden="true"></i></td>
33
	    						<td><i class="fa fa-times" aria-hidden="true"></i></td>