Rev 28437 | Blame | Compare with Previous | Last modification | View Log | RSS feed
<script>$(document).ready(function () {$('#fofo-users').multiselect({includeSelectAllOption: true,maxHeight: 200,multiple: true,buttonWidth: '100%',numberDisplayed: 1,nonSelectedText: 'Brands',nSelectedText: ' - Brands Selected',allSelectedText: 'All Brands Selected',enableFiltering: true,enableCaseInsensitiveFiltering: true});});</script><div class="modal-header"><button type="button" class="close" data-dismiss="modal">×</button><h4 class="modal-title">Change Partner </h4></div><div class="modal-body"><div class="row"><div class="col-lg-12"><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()) #if($fofoId ==$pendingOrder.getFofoId())<option value="$fofoId" selected>$customRetailersMap.get($fofoId).getBusinessName()</option>#else<option value="$fofoId">$customRetailersMap.get($fofoId).getBusinessName()</option>#end #end</select></div></div></div><div class="modal-footer"><button type="button" data-dismiss="modal"class="btn btn-default cancel-order-request">Cancel</button><button type="button" data-poid="$pendingOrder.getId()"class="btn btn-default change-partner-po">Submit</button></div>