| 27843 |
tejbeer |
1 |
|
|
|
2 |
#if($pob.getId())
|
|
|
3 |
<td style="background:#87cefa;">$pob.getId()</td>
|
|
|
4 |
#else
|
|
|
5 |
<td>$pob.getId()</td>
|
|
|
6 |
#end
|
|
|
7 |
|
|
|
8 |
#if($pob.getOutLetName() && $pob.getOutLetName() != "")
|
|
|
9 |
<td style="background:lime;"><input type="text" placeholder="OutLet Name" value="$pob.getOutLetName()" name="outlateName"
|
|
|
10 |
disabled></td>
|
|
|
11 |
#else
|
|
|
12 |
<td style="background:pink;"><input type="text" placeholder="OutLet Name" name="outlateName" disabled></td>
|
|
|
13 |
#end
|
|
|
14 |
|
|
|
15 |
#if($pob.getCreatedTimestamp())
|
|
|
16 |
<td style="background:lime;">$pob.getCreatedTimestamp().format($datehiphenFormatter)</td>
|
|
|
17 |
#else
|
|
|
18 |
<td style="background:pink;">
|
|
|
19 |
</td>
|
|
|
20 |
#end
|
|
|
21 |
|
|
|
22 |
|
|
|
23 |
#if($pob.getAcquiredDate())
|
|
|
24 |
<td style="background:lime;"><input type="date" class="acquired" placeholder="Acquired Date(SM)" disabled
|
|
|
25 |
name="acquireddate"
|
|
|
26 |
value="$pob.getAcquiredDate().format($datehiphenFormatter)"></td>
|
|
|
27 |
#else
|
|
|
28 |
<td style="background:pink;"><input type="date" class="acquired" placeholder="Acquired Date(SM)" disabled
|
|
|
29 |
name="acquireddate">
|
|
|
30 |
</td>
|
|
|
31 |
#end
|
|
|
32 |
|
|
|
33 |
#if($pob.getOutLetName() && $pob.getOutLetName() != "")
|
|
|
34 |
<td style="background:lime;"><input type="text" placeholder="OutLet Name" value="$pob.getOutLetName()" name="outlateName"
|
|
|
35 |
disabled></td>
|
|
|
36 |
#else
|
|
|
37 |
<td style="background:pink;"><input type="text" placeholder="OutLet Name" name="outlateName" disabled></td>
|
|
|
38 |
#end
|
|
|
39 |
|
|
|
40 |
#if($pob.getPhoneNumber() && $pob.getPhoneNumber() != 0)
|
|
|
41 |
<td style="background:lime;">
|
|
|
42 |
<input type="number" placeholder="9999999999" value="$pob.getPhoneNumber()"
|
|
|
43 |
name="phonenumber1"
|
|
|
44 |
disabled ></td>
|
|
|
45 |
#else
|
|
|
46 |
<td style="background:pink;"><input type="number" placeholder="9999999999" name="phonenumber1" disabled></td>
|
|
|
47 |
#end
|
| 28599 |
amit.gupta |
48 |
|
| 28610 |
amit.gupta |
49 |
|
| 28879 |
manish |
50 |
#if($pob.getAuthId() && $pob.getAuthId() != 0)
|
| 28908 |
tejbeer |
51 |
<td style="background:lime;"> <input type = "hidden" value ="$pob.getAuthId()"/><input type="text" placeholder="RBM Name(SM)" disabled name="rbmAuthId" value="$authUseMap.get($pob.getAuthId()).getFullName()"></td>
|
| 28879 |
manish |
52 |
#else
|
|
|
53 |
<td style="background:pink;"><input type="text" placeholder="RBM Name(SM)" disabled name="rbmAuthId"></td>
|
|
|
54 |
#end
|
|
|
55 |
|
|
|
56 |
#if($pob.getCity() && $pob.getCity() != "")
|
| 27843 |
tejbeer |
57 |
<td style="background:lime;"><input type="text" placeholder="City (SM)" disabled name="city1" value="$pob.getCity()"></td>
|
|
|
58 |
#else
|
|
|
59 |
<td style="background:pink;"><input type="text" placeholder="City (SM)" disabled name="city1"></td>
|
|
|
60 |
#end
|
| 28879 |
manish |
61 |
|
|
|
62 |
|
| 27843 |
tejbeer |
63 |
#if($pob.getStateHead() && $pob.getStateHead() != "")
|
|
|
64 |
<td style="background:lime;"><input type="text" placeholder="State Head(SM)" disabled name="shead1"
|
|
|
65 |
value="$pob.getStateHead()"></td>
|
|
|
66 |
#else
|
|
|
67 |
<td style="background:pink;"><input type="text" placeholder="State Head(SM)" disabled name="shead1"></td>
|
|
|
68 |
#end
|
|
|
69 |
#if($pob.getBDM() && $pob.getBDM() != "")
|
|
|
70 |
<td style="background:lime;"><input type="text" placeholder="BDM (SM)" disabled name="bdm1" value="$pob.getBDM()"></td>
|
|
|
71 |
#else
|
|
|
72 |
<td style="background:pink;"><input type="text" placeholder="BDM (SM)" disabled name="bdm1"></td>
|
|
|
73 |
#end
|
|
|
74 |
|
| 28599 |
amit.gupta |
75 |
#if($pob.getAgreedBrandFees() != 0)
|
| 28700 |
amit.gupta |
76 |
|
|
|
77 |
#if($pob.getReceivedBrandFees() >= $pob.getAgreedBrandFees())
|
| 28599 |
amit.gupta |
78 |
|
| 27843 |
tejbeer |
79 |
<td style="background:lime;"><input type="text" placeholder="Agreed Brand fees(SM)" disabled name="abrand1"
|
|
|
80 |
value="$pob.getAgreedBrandFees()" ></td>
|
| 28599 |
amit.gupta |
81 |
#else
|
|
|
82 |
<td style="background:red;"><input type="text" placeholder="Agreed Brand fees(SM)" disabled name="abrand1"
|
|
|
83 |
value="$pob.getAgreedBrandFees()" ></td>
|
|
|
84 |
#end
|
| 27843 |
tejbeer |
85 |
#else
|
|
|
86 |
<td style="background:pink;"><input type="text" placeholder="Agreed Brand fees(SM)" disabled name="abrand1"></td>
|
|
|
87 |
#end
|
|
|
88 |
|
| 28599 |
amit.gupta |
89 |
|
| 27843 |
tejbeer |
90 |
#if($pob.getReceivedBrandFees()!= 0)
|
|
|
91 |
|
|
|
92 |
<td #if($pob.getReceivedBrandFees()< $pob.getAgreedBrandFees())style="background:red;" #else style="background:lime;" #end><input type="text" placeholder="Received Brand fees" disabled name="recbrand1"
|
|
|
93 |
value="$pob.getReceivedBrandFees()"></td>
|
|
|
94 |
#else
|
|
|
95 |
<td style="background:pink;"><input type="text" placeholder="Received Brand fees" disabled name="recbrand1"></td>
|
|
|
96 |
#end
|
| 27884 |
tejbeer |
97 |
|
|
|
98 |
#if($pob.getFinalBrandFeesDate())
|
|
|
99 |
|
|
|
100 |
<td style="background:lime;"><input type="date" placeholder="Brand fees Date(SM)" disabled name="BrandFeesdate1" id="brandfeesdate"
|
|
|
101 |
value="$pob.getFinalBrandFeesDate().format($datehiphenFormatter)"
|
|
|
102 |
></td>
|
|
|
103 |
#else
|
|
|
104 |
<td style="background:pink;"><input type="date" placeholder="Brand Fees Date(SM)" disabled name="BrandFeesdate1"></td>
|
|
|
105 |
#end
|
| 27843 |
tejbeer |
106 |
|
|
|
107 |
#if($pob.getAgreedWallet()!= 0)
|
|
|
108 |
<td style="background:lime;"><input type="text" placeholder="Agreed Wallet(SM)" disabled name="awallet"
|
|
|
109 |
value="$pob.getAgreedWallet()" ></td>
|
|
|
110 |
#else
|
|
|
111 |
<td style="background:pink;"><input type="text" placeholder="Agreed Wallet(SM)" disabled name="awallet"></td>
|
|
|
112 |
#end
|
|
|
113 |
|
|
|
114 |
#if($pob.getInvestmentDate())
|
|
|
115 |
|
|
|
116 |
<td style="background:lime;"><input type="date" placeholder="Investment Date(SM)" disabled name="idate1" id="idate"
|
|
|
117 |
value="$pob.getInvestmentDate().format($datehiphenFormatter)"
|
|
|
118 |
></td>
|
|
|
119 |
#else
|
|
|
120 |
<td style="background:pink;"><input type="date" placeholder="Investment Date(SM)" disabled name="idate1"></td>
|
|
|
121 |
#end
|
|
|
122 |
#if($pob.getKyc() && $pob.getKyc() != 0)
|
|
|
123 |
<td class="kyc docfile" style="background:lime;">
|
|
|
124 |
<input type="hidden" class="kychidden" value="$pob.getKyc()">
|
|
|
125 |
<input type="file" class="kyc" placeholder="KYC (SM)" disabled name="kyc1"
|
|
|
126 |
value="$pob.getKyc()">
|
|
|
127 |
##<button type="button" class="btn btn-primary download-kyc-file" data-docpid="$pob.getKyc()" data-id="$pob.getId()">Download Document</button>
|
| 27857 |
tejbeer |
128 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getKyc()" class="download">Download Doc</a>
|
|
|
129 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
|
|
130 |
|
| 27843 |
tejbeer |
131 |
</td>
|
|
|
132 |
#else
|
|
|
133 |
<td class="kyc docfile" style="background:pink;">
|
|
|
134 |
<input type="hidden">
|
|
|
135 |
<input type="file" id="kyc" placeholder="KYC (SM)" disabled name="kyc1">
|
|
|
136 |
</td>
|
|
|
137 |
#end
|
|
|
138 |
|
|
|
139 |
#if($pob.getAadharDoc() && $pob.getAadharDoc() != 0)
|
|
|
140 |
<td class="aadhar docfile" style="background:lime;">
|
|
|
141 |
<input type="hidden" class="aadharhidden" value="$pob.getAadharDoc()">
|
|
|
142 |
<input type="file" class="aadhar" placeholder="aadhar" disabled name="aadhar1"
|
|
|
143 |
value="$pob.getAadharDoc()">
|
| 27857 |
tejbeer |
144 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getAadharDoc()" class="download">Download
|
| 27843 |
tejbeer |
145 |
Doc</a>
|
| 27857 |
tejbeer |
146 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
| 27843 |
tejbeer |
147 |
|
|
|
148 |
</td>
|
|
|
149 |
#else
|
|
|
150 |
<td class="aadhar docfile" style="background:pink;">
|
|
|
151 |
<input type="hidden">
|
|
|
152 |
<input type="file" class="aadhar" placeholder="aadhar" disabled name="aadhar1">
|
|
|
153 |
</td>
|
|
|
154 |
#end
|
|
|
155 |
#if($pob.getPanDoc() && $pob.getPanDoc() != 0)
|
|
|
156 |
<td class="pan docfile" style="background:lime;">
|
|
|
157 |
<input type="hidden" class="panhidden" value="$pob.getPanDoc()">
|
|
|
158 |
<input type="file" class="pandoc" placeholder="pan(SM)" disabled name="pan1"
|
|
|
159 |
value="$pob.getPanDoc()">
|
|
|
160 |
##<button type="button" class="btn btn-primary download-pan-file" data-docpid="$pob.getPanDoc()" data-id="$pob.getId()">Download Document</button>
|
| 27857 |
tejbeer |
161 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getPanDoc()" class="download">Download Doc</a>
|
|
|
162 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
| 27843 |
tejbeer |
163 |
</td>
|
|
|
164 |
#else
|
|
|
165 |
<td class="pan docfile" style="background:pink;">
|
|
|
166 |
<input type="hidden">
|
|
|
167 |
<input type="file" class="pandoc" placeholder="pan(SM)" disabled name="pan1">
|
|
|
168 |
</td>
|
|
|
169 |
#end
|
|
|
170 |
#if($pob.getGstdoc() && $pob.getGstdoc() != 0)
|
|
|
171 |
<td class="gst docfile" style="background:lime;">
|
|
|
172 |
<input type="hidden" class="gsthidden" value="$pob.getGstdoc()">
|
|
|
173 |
<input type="file" class="gstdoc" placeholder="GST(SM)" disabled name="gst1"
|
|
|
174 |
value="$pob.getGstdoc()">
|
|
|
175 |
##<button type="button" class="btn btn-primary download-gst-file" data-docpid="$pob.getGstdoc()" data-id="$pob.getId()">Download Document</button>
|
| 27857 |
tejbeer |
176 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getGstdoc()" class="download">Download Doc</a>
|
|
|
177 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
| 27843 |
tejbeer |
178 |
</td>
|
|
|
179 |
#else
|
|
|
180 |
<td class="gst docfile" style="background:pink;">
|
|
|
181 |
<input type="hidden">
|
|
|
182 |
<input type="file" class="gstdoc" placeholder="GST(SM)" disabled name="gst1">
|
|
|
183 |
</td>
|
|
|
184 |
#end
|
|
|
185 |
#if($pob.getCancelCheque() && $pob.getCancelCheque() != 0)
|
|
|
186 |
|
|
|
187 |
<td class="cancheque docfile" style="background:lime;">
|
|
|
188 |
<input type="hidden" class="canchequehidden" value="$pob.getCancelCheque()">
|
|
|
189 |
<input type="file" class="canchequedoc" placeholder="Cancel cheque(SM)" disabled name="cancheque1"
|
|
|
190 |
value="$pob.getCancelCheque()">
|
|
|
191 |
##<button type="button" class="btn btn-primary download-cancheque-file" data-docpid="$pob.getCancelCheque()" data-id="$pob.getId()">Download Document</button>
|
| 27857 |
tejbeer |
192 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getCancelCheque()" class="download">Download
|
| 27843 |
tejbeer |
193 |
Doc</a>
|
| 27857 |
tejbeer |
194 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
| 27843 |
tejbeer |
195 |
|
|
|
196 |
</td>
|
|
|
197 |
|
|
|
198 |
#else
|
|
|
199 |
<td class="cancheque docfile" style="background:pink;">
|
|
|
200 |
<input type="hidden">
|
|
|
201 |
<input type="file" class="canchequedoc" placeholder="Cancel cheque(SM)" disabled
|
|
|
202 |
name="cancheque1">
|
|
|
203 |
</td>
|
|
|
204 |
#end
|
|
|
205 |
#if($pob.getRentAgreement() && $pob.getRentAgreement() != 0)
|
|
|
206 |
<td class="rent docfile" style="background:lime;">
|
|
|
207 |
<input type="hidden" class="renthidden" value="$pob.getRentAgreement()">
|
|
|
208 |
<input type="file" class="rentdoc" placeholder="Rent agreement/Owner ship proof(SM)" disabled name="ragreement1"
|
|
|
209 |
value="$pob.getRentAgreement()">
|
| 27857 |
tejbeer |
210 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getRentAgreement()" class="download">Download Doc</a>
|
|
|
211 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
| 27843 |
tejbeer |
212 |
</td>
|
|
|
213 |
#else
|
|
|
214 |
|
|
|
215 |
<td class="rent docfile" style="background:pink;">
|
|
|
216 |
<input type="hidden">
|
|
|
217 |
<input type="file" placeholder="Rent agreement/Owner ship proof(SM)" disabled name="ragreement1">
|
|
|
218 |
</td>
|
|
|
219 |
#end
|
|
|
220 |
|
|
|
221 |
#if($pob.getLOI() && $pob.getLOI() != 0)
|
|
|
222 |
<td class="loi docfile" style="background:lime;">
|
|
|
223 |
<input type="hidden" class="loihidden" value="$pob.getLOI()">
|
|
|
224 |
<input type="file" class="loidoc" placeholder="LOI(SM)" disabled value="$pob.getLOI()">
|
| 27857 |
tejbeer |
225 |
<a href="${rc.contextPath}/download-attachment?documentId=$pob.getLOI()" class="download">Download Doc</a>
|
|
|
226 |
<a href="#" style="padding: 49px;" class="Del">Delete Doc</a>
|
|
|
227 |
|
| 27843 |
tejbeer |
228 |
</td>
|
|
|
229 |
#else
|
|
|
230 |
|
|
|
231 |
<td class="loi docfile" style="background:pink;">
|
|
|
232 |
<input type="hidden">
|
|
|
233 |
<input type="file" placeholder="LOI(SM)" disabled name="loi1">
|
|
|
234 |
</td>
|
|
|
235 |
#end
|
|
|
236 |
|
|
|
237 |
|
|
|
238 |
|
|
|
239 |
#if($pob.getCode() && $pob.getCode() != "")
|
|
|
240 |
<td style="background:lime;"><input type="text" placeholder="Code(SM)" disabled name="code1" value="$pob.getCode()"
|
|
|
241 |
></td>
|
|
|
242 |
#else
|
|
|
243 |
<td style="background:pink;"><input type="text" placeholder="Code(SM)" disabled name="code1"></td>
|
|
|
244 |
#end
|
| 28901 |
manish |
245 |
|
|
|
246 |
|
| 27843 |
tejbeer |
247 |
#if($pob.getReceePlaned())
|
|
|
248 |
<td style="background:lime;"><input type="date" id="rplaned" placeholder="Recee Planed(Kamini)" disabled name="rplaned1"
|
|
|
249 |
value="$pob.getReceePlaned().format($datehiphenFormatter)" >
|
|
|
250 |
</td>
|
|
|
251 |
#else
|
|
|
252 |
<td style="background:pink;"><input type="date" id="rplaned" placeholder="Recee Planed(Kamini)" disabled name="rplaned1">
|
|
|
253 |
</td>
|
|
|
254 |
#end
|
|
|
255 |
#if($pob.getReceeActual())
|
|
|
256 |
<td style="background:lime;"><input type="date" id="ractual" placeholder="Recee Actual(Kamini)" disabled name="ractual1"
|
|
|
257 |
value="$pob.getReceeActual().format($datehiphenFormatter)" >
|
|
|
258 |
</td>
|
|
|
259 |
#else
|
|
|
260 |
<td style="background:pink;"><input type="date" id="ractual" placeholder="Recee Actual(Kamini)" disabled name="ractual1">
|
|
|
261 |
</td>
|
|
|
262 |
#end
|
|
|
263 |
|
|
|
264 |
#if($pob.getDesigningPlaned())
|
|
|
265 |
<td style="background:lime;"><input type="date" id="dplaned" placeholder="Designing Planed(Kamini)" disabled
|
|
|
266 |
name="dplaned1"
|
|
|
267 |
value="$pob.getDesigningPlaned().format($datehiphenFormatter)"></td>
|
|
|
268 |
#else
|
|
|
269 |
<td style="background:pink;"><input type="date" id="dplaned" placeholder="Designing Planed(Kamini)" disabled
|
|
|
270 |
name="dplaned1">
|
|
|
271 |
</td>
|
|
|
272 |
#end
|
| 28901 |
manish |
273 |
#if($pob.getDeploymentDate())
|
| 27843 |
tejbeer |
274 |
<td style="background:lime;"><input type="date" id="dactual" placeholder="Designing Actual(Kamini)" disabled
|
|
|
275 |
name="dactual1"
|
| 28901 |
manish |
276 |
value="$pob.getDeploymentDate().format($datehiphenFormatter)"></td>
|
| 27843 |
tejbeer |
277 |
#else
|
|
|
278 |
<td style="background:pink;"><input type="date" id="dactual" placeholder="Designing Actual(Kamini)" disabled
|
|
|
279 |
name="dactual1">
|
|
|
280 |
</td>
|
|
|
281 |
#end
|
|
|
282 |
#if($pob.getStockPayment()!= 0)
|
|
|
283 |
<td style="background:lime;"><input type="text" placeholder="Stock payment(kamini)" disabled name="spayment1"
|
|
|
284 |
value="$pob.getStockPayment()"></td>
|
|
|
285 |
#else
|
|
|
286 |
<td style="background:pink;"><input type="text" placeholder="Stock payment(kamini)" disabled name="spayment1""></td>
|
|
|
287 |
#end
|
|
|
288 |
|
|
|
289 |
|
|
|
290 |
|
|
|
291 |
#if($pob.getExpectedDate())
|
|
|
292 |
<td style="background:lime;"><input type="date" class="expdate" placeholder="Expected Date(Kamini)" disabled value="$pob.getExpectedDate().format($datehiphenFormatter)" >
|
|
|
293 |
</td>
|
|
|
294 |
#else
|
|
|
295 |
<td style="background:pink;"><input type="date" class="expdate" placeholder="Expected Date(Kamini)" disabled>
|
|
|
296 |
</td>
|
|
|
297 |
#end
|
|
|
298 |
|
|
|
299 |
#if($pob.getPayDate())
|
|
|
300 |
<td style="background:lime;">
|
|
|
301 |
<input type="date" class="paydate" placeholder="pay Date(Kamini)" disabled value="$pob.getPayDate().format($datehiphenFormatter)" >
|
|
|
302 |
</td>
|
|
|
303 |
#else
|
|
|
304 |
<td style="background:pink;"><input type="date" class="paydate" placeholder="Pay Date(Kamini)" disabled >
|
|
|
305 |
</td>
|
|
|
306 |
#end
|
|
|
307 |
|
| 28847 |
manish |
308 |
#if($pob.getInaugrationDate())
|
|
|
309 |
#if($pob.getDeploymentDate())
|
|
|
310 |
<td style="background:lime;"><input type="date" class="inaugrationDate" placeholder="Inaugration Date (SM)" disabled value="$pob.getInaugrationDate().format($datehiphenFormatter)" >
|
|
|
311 |
</td>
|
|
|
312 |
#else
|
|
|
313 |
<td style="background:red;"><input type="date" class="inaugrationDate" placeholder="Inaugration Date (SM)" disabled value="$pob.getInaugrationDate().format($datehiphenFormatter)" >
|
|
|
314 |
</td>
|
|
|
315 |
#end
|
|
|
316 |
#else
|
|
|
317 |
<td style="background:pink;"><input type="date" class="inaugrationDate" placeholder="Inaugration Date (SM)" disabled>
|
|
|
318 |
</td>
|
|
|
319 |
#end
|
|
|
320 |
|
|
|
321 |
|
| 27843 |
tejbeer |
322 |
<td #if($pob.getBillingStatus()==0) style="background-color:pink"#else style="background-color:lime" #end>
|
|
|
323 |
<input type="checkbox" disabled #if($pob.getBillingStatus()>0) checked #end >
|
|
|
324 |
#if($pob.getBillingStatus()>0)
|
|
|
325 |
<label> YES</label>
|
|
|
326 |
#else
|
|
|
327 |
<label>NO</label>
|
| 28901 |
manish |
328 |
#end
|
|
|
329 |
</td>
|
|
|
330 |
|
|
|
331 |
|
|
|
332 |
#if($partnerVerificationStatusMap.get($pob.getId()))
|
|
|
333 |
<td style="background:lime;"><input type="text" name= "verificationStatusOnboarding"class="verificationStatus" placeholder="" disabled value="$partnerVerificationStatusMap.get($pob.getId())" >
|
|
|
334 |
</td>
|
|
|
335 |
#else
|
|
|
336 |
<td style="background:red;"><input type="text" name= "verificationStatusOnboarding" class="verificationStatus" placeholder="" disabled value="PENDING" >
|
|
|
337 |
</td>
|
|
|
338 |
|
|
|
339 |
#end
|
|
|
340 |
|
|
|
341 |
<td>
|
|
|
342 |
<button type="submit" form="form1" value="Submit" style="background:#008CBA; color:black;" name="submitOnboarding"
|
| 27843 |
tejbeer |
343 |
class="submit1">
|
|
|
344 |
Submit
|
|
|
345 |
</button>
|
|
|
346 |
</td>
|
|
|
347 |
|
|
|
348 |
<td>
|
|
|
349 |
<button type="submit" form="form2" value="Submit1" data-id="$pob.getId()"
|
|
|
350 |
style="background:#eed202;"
|
|
|
351 |
class="delete">Open
|
|
|
352 |
</button>
|
|
|
353 |
</td>
|
|
|
354 |
|
|
|
355 |
<td>
|
|
|
356 |
<button type="submit" form="form2" value="SubmitReject" data-id="$pob.getId()"
|
|
|
357 |
style="background:#f18681;"
|
| 28901 |
manish |
358 |
class="rejectpartneronboarding" name="rejectPartner">Reject
|
| 27843 |
tejbeer |
359 |
</button>
|
|
|
360 |
</td>
|
| 28901 |
manish |
361 |
#if($pob.getHoldTimestamp())
|
|
|
362 |
|
| 28847 |
manish |
363 |
<td>
|
| 28901 |
manish |
364 |
<button type="submit" data-id="$pob.getId()"
|
|
|
365 |
style="background:#f18681;"
|
|
|
366 |
class="unHoldPartnerOnboarding" value="unhold">Unhold
|
|
|
367 |
</button>
|
|
|
368 |
</td>
|
|
|
369 |
#else
|
|
|
370 |
<td>
|
| 28847 |
manish |
371 |
<button type="submit" data-id="$pob.getId()"
|
|
|
372 |
style="background:#f18681;"
|
| 28901 |
manish |
373 |
class="holdPartnerOnboarding" value="hold">Hold
|
| 28847 |
manish |
374 |
</button>
|
| 28901 |
manish |
375 |
</td>
|
|
|
376 |
#end
|
|
|
377 |
|
|
|
378 |
<td>
|
|
|
379 |
<button type="submit" form="form" data-id="$pob.getId()" style="background:#4CAF50; color:black;"
|
|
|
380 |
class="partner-verification-resend">
|
|
|
381 |
Resend
|
|
|
382 |
</button>
|
|
|
383 |
</td>
|
| 27843 |
tejbeer |
384 |
|
|
|
385 |
|
|
|
386 |
|
|
|
387 |
|