Subversion Repositories SmartDukaan

Rev

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

Rev 24992 Rev 25211
Line 114... Line 114...
114
			    					<td>$scheme.getDescription()</td>
114
			    					<td>$scheme.getDescription()</td>
115
			    					<td>$scheme.getType()</td>
115
			    					<td>$scheme.getType()</td>
116
			    					<td>$scheme.getAmountType()</td>
116
			    					<td>$scheme.getAmountType()</td>
117
			    					<td class="currency">$scheme.getAmount()</td>
117
			    					<td class="currency">$scheme.getAmount()</td>
118
			    					<td>$scheme.getFormattedStartDateTime()</td>
118
			    					<td>$scheme.getFormattedStartDateTime()</td>
119
			    					<td>$scheme.getFormattedEndDateTime()</td>
119
			    					<td>$dateTimeFormatter.format($scheme.getEndDateTime())</td>
120
			    					<td>$scheme.getFormattedCreateTimestamp()</td>
120
			    					<td>$scheme.getFormattedCreateTimestamp()</td>
121
			    					#if(($scheme.getActiveTimestamp()) && (!$scheme.getExpireTimestamp()))
121
			    					#if(($scheme.getActiveTimestamp()) && (!$scheme.getExpireTimestamp()))
122
			    						<td><i class="fa fa-check" aria-hidden="true"></i></td>
122
			    						<td><i class="fa fa-check" aria-hidden="true"></i></td>
123
			    					#else
123
			    					#else
124
			    						<td><i class="fa fa-times" aria-hidden="true"></i></td>
124
			    						<td><i class="fa fa-times" aria-hidden="true"></i></td>