Subversion Repositories SmartDukaan

Rev

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

Rev 24992 Rev 25212
Line 23... Line 23...
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 class="currency">$scheme.getAmount()</td>
26
	    					<td class="currency">$scheme.getAmount()</td>
27
	    					<td>$scheme.getFormattedStartDateTime()</td>
27
	    					<td>$scheme.getFormattedStartDateTime()</td>
28
	    					<td>$scheme.getFormattedEndDateTime()</td>
28
	    					<td>$dateTimeFormatter.format($scheme.getEndDateTime())</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>