Subversion Repositories SmartDukaan

Rev

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

Rev 24429 Rev 26133
Line 7... Line 7...
7
	    					<th>Name</th>
7
	    					<th>Name</th>
8
	    					<th>email</th>
8
	    					<th>email</th>
9
	    					<th>mobile</th>
9
	    					<th>mobile</th>
10
	    					<th>Brand</th>
10
	    					<th>Brand</th>
11
	    					<th>Protal Access</th>
11
	    					<th>Protal Access</th>
-
 
12
	    					<th>Status</th>
12
	    					<th>Partner Name</th>
13
	    					<th>Partner Name</th>
13
	    					<th colspan = 2>Status</th>
14
	    					<th colspan = 2>Status</th>
14
	    				</tr>
15
	    				</tr>
15
	    					#if(!$promoterInfo.isEmpty())
16
	    					#if(!$promoterInfo.isEmpty())
16
			    			#foreach( $request in $promoterInfo )
17
			    			#foreach( $request in $promoterInfo )
Line 19... Line 20...
19
			    					<td>$request.getName()</td>
20
			    					<td>$request.getName()</td>
20
			    					<td>$request.getEmail()</td>
21
			    					<td>$request.getEmail()</td>
21
			    					<td>$request.getMobile()</td>
22
			    					<td>$request.getMobile()</td>
22
			    					<td>$request.getBrand()</td>
23
			    					<td>$request.getBrand()</td>
23
			    					<td>$request.isSdPortalAccess()</td>
24
			    					<td>$request.isSdPortalAccess()</td>
-
 
25
			    					<td>$request.isStatus()</td>
24
			    					#if($partnersMap.get($request.getRetailerId()))
26
			    					#if($partnersMap.get($request.getRetailerId()))
25
			    					<td>$partnersMap.get($request.getRetailerId()).getBusinessName()</td>
27
			    					<td>$partnersMap.get($request.getRetailerId()).getBusinessName()</td>
26
			    					#else
28
			    					#else
27
			    					<td> null </td>
29
			    					<td> null </td>
28
			    					#end
30
			    					#end