Rev 26418 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<script type="text/javascript">var customRetailers = ${customRetailers};$("#FofoId").typeahead({source: customRetailers,autoSelect: true,displayText:function(item){return item.businessName + "-" + item.address.city;},afterSelect: function(currentItem){currentFofoId = currentItem.partnerId;currentFofoEmail = currentItem.email;}});</script><section class="wrapper"><div class="row"><div class="col-lg-12"><h3 class="page-header"><i class="icon_document_alt"></i>Approve REFFERALs</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>Approve Refferals</li></ol></div></div><div style="background:white;background-color:white;"><h4 class="modelHeaderCustom" style="font-size:22px;"></h4><div><form id = "wallet-form" ><div class = "row"><div class="col-lg-2 form-group"><input id="FofoId" type="text" class="typeahead form-control form-control-sm" placeholder="Partner Name" data-provide="typeahead"#if(${retailerName}) value="${retailerName}" #endautocomplete="off"/></div><div class="col-lg-2 form-group"><button class="btn btn-primary fetchApproveRefferals" type="button">Search Refferals</button></div></div></form><div class="refferal-approve-info-container"></div></section>