Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
28352 tejbeer 1
 
2
<div class="modal-header">
3
	<button type="button" class="close" data-dismiss="modal">&times;</button>
4
	<h4 class="modal-title">Cancellation Reason</h4>
5
</div>
6
<div class="modal-body">
7
	<div class="row">
8
		<div class="col-lg-12">
9
			<select class='form-control input-sm' id='selectCancelreason'>
10
				<option selected disabled>Reasons</option>
11
				<option value='Customer changed his mind.'>Customer changed
12
					his mind.</option>
13
				<option value='Customer does not have cash/payment'>Customer
14
					does not have cash / payment</option>
15
				<option value='Got better price from somewhere else.'>Got
16
					better price from somewhere else.</option>
17
				<option value='Customer not available'>Customer not
18
					available</option>
19
				<option value='Market wholesaler / Retailer placed the order.'>Market
20
					wholesaler / Retailer placed the order.</option>
21
 
22
				<option value='Test Order / order created by Mistake.'>Test
23
					Order / order created by Mistake.</option>
24
			</select>
25
 
26
		</div>
27
	</div>
28
</div>
29
<div class="modal-footer">
30
	<button type="button" data-dismiss="modal"
31
		class="btn btn-default cancel-order-request">Cancel</button>
32
	<button type="button" data-poitemid="$pendingOrderItem.getId()"
33
		class="btn btn-default cancel-pending-order">Submit</button>
34
 
35
</div>