Rev 28711 | Rev 35962 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<script>$(document).ready(function() {$('#inactiveStore').DataTable({"bPaginate": true,"bLengthChange": true,"bFilter": true,"bInfo": false,"bAutoWidth": false });} );</script><section class="wrapper"><div class="row"><div class="col-lg-12"><h3 class="page-header"><i class="icon_document_alt"></i>INACTIVE STORE</h3><ol class="breadcrumb"><li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li><li><i class="icon_document_alt"></i>INACTIVE-STORE</li></ol></div></div><div id="inactive-store-table"><div class="row"><div class="col-lg-12"><table class="table table-bordered" id="inactiveStore"><thead><th>PartnerId</th><th>Store Name</th><th>Email</th><th>Store Code</th><th>Days For Activation</th><th>Action</th></tr></thead><tbody>#if(!$fofoStores.isEmpty())#foreach( $inactivefofoStore in $inActiveFofoStores)<tr><td>$inactivefofoStore.getId()</td>#if($customRetailers.get($inactivefofoStore.getId()).getBusinessName())<td>$customRetailers.get($inactivefofoStore.getId()).getBusinessName()</td>#else<td>-</td> #end#if($customRetailers.get($inactivefofoStore.getId()).getEmail())<td>$customRetailers.get($inactivefofoStore.getId()).getEmail()</td>#else<td>-</td> #end<td>$inactivefofoStore.getCode()</td><td><input type="text" name="temporaryActivationStore" id="temporary-activation" value="" style=" width: 137px;"><button class="btn btn-primary activate-store-temporary" data-fofoid="$inactivefofoStore.getId()">Temp Activate</button></td><td><button class="btn btn-primary activate-store-forever" data-fofoid="$inactivefofoStore.getId()">Activate</button></td></tr>#end#else<tr><td colspan="6" style="text-align:center;">NO MATCHING DATA FOUND FOR CRITERIA</td></tr>#end</tbody></table></div></div></div></section>