Rev 24429 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<div class="row"><div class="col-lg-12"><table class="table table-striped table-advance table-hover"><tbody><tr><th>Id</th><th>Name</th><th>email</th><th>mobile</th><th>Brand</th><th>Partner Name</th><th colspan = 2>Status</th></tr>#if(!$promoterInfo.isEmpty())#foreach( $request in $promoterInfo )<tr class="promoterInfo" data="$request.getId()"><td>$request.getId()</td><td>$request.getName()</td><td>$request.getEmail()</td><td>$request.getMobile()</td><td>$request.getBrand()</td>#if($partnersMap.get($request.getRetailerId()))<td>$partnersMap.get($request.getRetailerId()).getBusinessName()</td>#else<td> null </td>#end<td><button class="btn btn-primary updatePromoterdetail" data-requestid="$request.getId()" data-name="$request.getName()" data-brand="$request.getBrand()" data-partner ="$partnersMap.get($request.getRetailerId()).getBusinessName()" data-email="$request.getEmail()" data-mobile="$request.getMobile()"type="button" style="width:100%;border-radius:0px;">Update</button></td><td><button class="btn btn-primary removePromoter" data-requestid="$request.getId()" type="button" style="width:100%;border-radius:0px;">Remove</button></td></tr>#end#else<tr><td colspan="12" style="text-align:center;">NO MATCHING DATA FOUND FOR CRITERIA</td></tr>#end</tbody></table></div></div>