Blame | Last modification | View Log | RSS feed
<script>$(document).ready(function() {$('#fofo-users').multiselect({includeSelectAllOption: true,maxHeight: 200,multiple:true,buttonWidth: '180px',numberDisplayed: 1,nonSelectedText: 'Users',nSelectedText: ' - Users Selected',allSelectedText: 'All Users Selected',enableFiltering: true,enableCaseInsensitiveFiltering : true});});</script><section class="wrapper"><div class="row"><div class="col-lg-12"><h3 class="page-header"><i class="icon_document_alt"></i>PARTNER PERFORMANCE</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>Partner Performance</li></ol></div></div><form id="allocation-form"><div id="customer-details" style="background:white;background-color:white;padding:10px;"><h4 class="modelHeaderCustom" style="font-size:22px;">Partner Performance</h4><div><div class = "row"><div class="col-lg-2 form-group"><select class="form-control input-sm" id = "fofo-users" name = "fofo-users" placeholder="Partners" ><option value="" disabled selected>Partners</option>#foreach($fofoId in $customRetailersMap.keySet())<option value="$fofoId"data-email="$customRetailersMap.get($fofoId).getEmail()">$customRetailersMap.get($fofoId).getBusinessName()</option>#end</select></div><div class="col-lg-2"><button class="btn btn-default partnerPerformance" type = "button">Partner Performance</button></div></div></div></div></form></section><div class="partner-performance-container"></div>