Subversion Repositories SmartDukaan

Rev

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

Rev 25212 Rev 26763
Line 4... Line 4...
4
			<tbody>
4
			<tbody>
5
				<tr>
5
				<tr>
6
					<th>ID</th>
6
					<th>ID</th>
7
					<th>Name</th>
7
					<th>Name</th>
8
					<th>Description</th>
8
					<th>Description</th>
-
 
9
					<th>Partner Type</th>
9
					<th>Type</th>
10
					<th>Type</th>
10
					<th>Amount Type</th>
11
					<th>Amount Type</th>
11
					<th>Amount</th>
12
					<th>Amount</th>
12
					<th>Start Date Time</th>
13
					<th>Start Date Time</th>
13
					<th>End Date Time</th>
14
					<th>End Date Time</th>
Line 19... Line 20...
19
	    			#foreach( $scheme in $schemes )
20
	    			#foreach( $scheme in $schemes )
20
	    				<tr class="scheme-details" data="$scheme.getId()">
21
	    				<tr class="scheme-details" data="$scheme.getId()">
21
	    					<td>$scheme.getId()</td>
22
	    					<td>$scheme.getId()</td>
22
	    					<td>$scheme.getName()</td>
23
	    					<td>$scheme.getName()</td>
23
	    					<td>$scheme.getDescription()</td>
24
	    					<td>$scheme.getDescription()</td>
-
 
25
	    					<td>$scheme.getPartnerType()</td>
24
	    					<td>$scheme.getType()</td>
26
	    					<td>$scheme.getType()</td>
25
	    					<td>$scheme.getAmountType()</td>
27
	    					<td>$scheme.getAmountType()</td>
26
	    					<td class="currency">$scheme.getAmount()</td>
28
	    					<td class="currency">$scheme.getAmount()</td>
27
	    					<td>$scheme.getFormattedStartDateTime()</td>
29
	    					<td>$scheme.getFormattedStartDateTime()</td>
28
	    					<td>$dateTimeFormatter.format($scheme.getEndDateTime())</td>
30
	    					<td>$dateTimeFormatter.format($scheme.getEndDateTime())</td>