| Line 130... |
Line 130... |
| 130 |
<th>Status</th>
|
130 |
<th>Status</th>
|
| 131 |
<th>Partner Name</th>
|
131 |
<th>Partner Name</th>
|
| 132 |
<th colspan = 2>Action</th>
|
132 |
<th colspan = 2>Action</th>
|
| 133 |
</tr>
|
133 |
</tr>
|
| 134 |
#if(!$promoterInfo.isEmpty())
|
134 |
#if(!$promoterInfo.isEmpty())
|
| 135 |
#foreach( $request in $promoterInfo )
|
135 |
#foreach( $promoterInfoModel in $promoterInfo )
|
| 136 |
<tr class="promoterInfo" data="$request.getId()">
|
136 |
<tr class="promoterInfo" data="$promoterInfoModel.getId()">
|
| 137 |
<td>$request.getId()</td>
|
137 |
<td>$promoterInfoModel.getId()</td>
|
| 138 |
<td>$request.getName()</td>
|
138 |
<td>$promoterInfoModel.getName()</td>
|
| 139 |
<td>$request.getEmail()</td>
|
139 |
<td>$promoterInfoModel.getEmail()</td>
|
| 140 |
<td>$request.getMobile()</td>
|
140 |
<td>$promoterInfoModel.getMobile()</td>
|
| 141 |
<td>$request.getBrand()</td>
|
141 |
<td>$promoterInfoModel.getBrand()</td>
|
| 142 |
<td>$request.isSdPortalAccess()</td>
|
142 |
<td>$promoterInfoModel.isSdPortalAccess()</td>
|
| 143 |
<td>$request.isStatus()</td>
|
143 |
<td>$promoterInfoModel.isStatus()</td>
|
| 144 |
#if($partnersMap.get($request.getRetailerId()))
|
144 |
#if($partnersMap.get($promoterInfoModel.getRetailerId()))
|
| 145 |
<td>$partnersMap.get($request.getRetailerId()).getBusinessName()</td>
|
145 |
<td>$partnersMap.get($promoterInfoModel.getRetailerId()).getBusinessName()</td>
|
| 146 |
#else
|
146 |
#else
|
| 147 |
<td> null </td>
|
147 |
<td> null </td>
|
| 148 |
#end
|
148 |
#end
|
| 149 |
|
149 |
|
| 150 |
|
150 |
<td>
|
| 151 |
<td><button class="btn btn-primary activePromoter" data-requestid="$request.getId()" data-name="$request.getName()" data-brand="$request.getBrand()" data-partnerid ="$partnersMap.get($request.getRetailerId()).getPartnerId()" data-partner ="$partnersMap.get($request.getRetailerId()).getBusinessName()" data-email="$request.getEmail()" data-mobile="$request.getMobile()" data-portal="$request.isSdPortalAccess()" type="button" style="width:100%;border-radius:0px;">Active</button>
|
151 |
<button class="btn btn-primary activePromoter"
|
| - |
|
152 |
data-requestid="$promoterInfoModel.getId()"
|
| - |
|
153 |
data-name="$promoterInfoModel.getName()"
|
| - |
|
154 |
data-brand="$promoterInfoModel.getBrand()"
|
| - |
|
155 |
data-partnerid="$partnersMap.get($promoterInfoModel.getRetailerId()).getPartnerId()"
|
| - |
|
156 |
data-partner="$partnersMap.get($promoterInfoModel.getRetailerId()).getBusinessName()"
|
| - |
|
157 |
data-email="$promoterInfoModel.getEmail()"
|
| - |
|
158 |
data-mobile="$promoterInfoModel.getMobile()"
|
| - |
|
159 |
data-portal="$promoterInfoModel.isSdPortalAccess()" type="button"
|
| - |
|
160 |
style="width:100%;border-radius:0px;">Active
|
| - |
|
161 |
</button>
|
| 152 |
</td>
|
162 |
</td>
|
| 153 |
|
163 |
|
| 154 |
|
164 |
|
| 155 |
</tr>
|
165 |
</tr>
|
| 156 |
#end
|
166 |
#end
|