Subversion Repositories SmartDukaan

Rev

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

Rev 28700 Rev 28847
Line 293... Line 293...
293
                    #else
293
                    #else
294
                        <td style="background:pink;"><input type="date" class="paydate" placeholder="Pay Date(Kamini)" disabled >
294
                        <td style="background:pink;"><input type="date" class="paydate" placeholder="Pay Date(Kamini)" disabled >
295
                        </td>
295
                        </td>
296
                    #end
296
                    #end
297
 
297
 
-
 
298
                    #if($pob.getInaugrationDate())
-
 
299
                    #if($pob.getDeploymentDate())
-
 
300
                     <td style="background:lime;"><input type="date" class="inaugrationDate" placeholder="Inaugration Date (SM)" disabled  value="$pob.getInaugrationDate().format($datehiphenFormatter)" >
-
 
301
                        </td>
-
 
302
                    #else
-
 
303
                     <td style="background:red;"><input type="date" class="inaugrationDate" placeholder="Inaugration Date (SM)" disabled  value="$pob.getInaugrationDate().format($datehiphenFormatter)" >
-
 
304
                        </td>
-
 
305
                    #end
-
 
306
                    #else
-
 
307
                        <td style="background:pink;"><input type="date" class="inaugrationDate" placeholder="Inaugration Date (SM)" disabled>
-
 
308
                        </td>
-
 
309
                    #end 
-
 
310
 
-
 
311
 
298
					<td #if($pob.getBillingStatus()==0) style="background-color:pink"#else style="background-color:lime" #end>
312
					<td #if($pob.getBillingStatus()==0) style="background-color:pink"#else style="background-color:lime" #end>
299
						<input type="checkbox" disabled #if($pob.getBillingStatus()>0) checked #end >
313
						<input type="checkbox" disabled #if($pob.getBillingStatus()>0) checked #end >
300
                        #if($pob.getBillingStatus()>0) 
314
                        #if($pob.getBillingStatus()>0) 
301
                        <label> YES</label>
315
                        <label> YES</label>
302
                        #else
316
                        #else
Line 320... Line 334...
320
                        <button type="submit" form="form2" value="SubmitReject" data-id="$pob.getId()"
334
                        <button type="submit" form="form2" value="SubmitReject" data-id="$pob.getId()"
321
                                style="background:#f18681;"
335
                                style="background:#f18681;"
322
                                class="rejectpartneronboarding">Reject
336
                                class="rejectpartneronboarding">Reject
323
                        </button>
337
                        </button>
324
                    </td>
338
                    </td>
-
 
339
                    <td>
-
 
340
                        <button type="submit"  data-id="$pob.getId()"
-
 
341
                                style="background:#f18681;"
-
 
342
                                class="holdPartnerOnboarding">Hold
-
 
343
                        </button>
-
 
344
                    </td>
325
 
345
 
326
 
346
 
327
                    
347
                    
328
                    
348