Rev 28711 | 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>Retailer</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></tr></thead><tbody>#if(!$fofoStores.isEmpty())#foreach( $inactivefofoStore in $inActiveFofoStores)<tr><td>$inactivefofoStore.getId()</td><td>$customRetailers.get($inactivefofoStore.getId()).getBusinessName()</td><td>$customRetailers.get($inactivefofoStore.getId()).getEmail()</td><td>$inactivefofoStore.getCode()</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>