Blame | Last modification | View Log | RSS feed
<div class="modal-header"><button type="button" class="close" data-dismiss="modal">×</button><h4 class="modal-title">Cancellation Reason</h4></div><div class="modal-body"><div class="row"><div class="col-lg-12"><select class='form-control input-sm' id='selectCancelreason'><option selected disabled>Reasons</option><option value='Customer changed his mind.'>Customer changedhis mind.</option><option value='Customer does not have cash/payment'>Customerdoes not have cash / payment</option><option value='Got better price from somewhere else.'>Gotbetter price from somewhere else.</option><option value='Customer not available'>Customer notavailable</option><option value='Market wholesaler / Retailer placed the order.'>Marketwholesaler / Retailer placed the order.</option><option value='Test Order / order created by Mistake.'>TestOrder / order created by Mistake.</option></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-poitemid="$pendingOrderItem.getId()"class="btn btn-default cancel-pending-order">Submit</button></div>