Subversion Repositories SmartDukaan

Rev

Rev 4689 | Rev 4844 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4689 Rev 4751
Line 96... Line 96...
96
</div>
96
</div>
97
 
97
 
98
	<div>
98
	<div>
99
		<select id = "cancellationInitiator" name="cancellationInitiator">
99
		<select id = "cancellationInitiator" name="cancellationInitiator">
100
			<option value="CUSTOMER">CUSTOMER REQUEST</option>
100
			<option value="CUSTOMER">CUSTOMER REQUEST</option>
101
		#if($action.canViewFlaggedPayments())
101
		#if($action.canViewOrderCancellation())
102
			<option value="INTERNAL">INTERNAL</option>
102
			<option value="INTERNAL">INTERNAL</option>
103
		#end
103
		#end
104
		</select>
104
		</select>
105
		<input type="button" class="display-cancel-order-popup" value="Cancel Order" id="orderCancellationButton" orderid="$order.getId()">
105
		<input type="button" class="display-cancel-order-popup" value="Cancel Order" id="orderCancellationButton" orderid="$order.getId()">
106
	</div>
106
	</div>