Subversion Repositories SmartDukaan

Rev

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

Rev 25587 Rev 26418
Line 39... Line 39...
39
		<div class="col-lg-2 form-group">
39
		<div class="col-lg-2 form-group">
40
				   	<input placeholder="Amount" id="oldMonthrefferalAmount" name="oldMonthrefferalAmount" type="text" value="200000" class="form-control input-sm" readonly>
40
				   	<input placeholder="Amount" id="oldMonthrefferalAmount" name="oldMonthrefferalAmount" type="text" value="200000" class="form-control input-sm" readonly>
41
		</div>
41
		</div>
42
		#end			
42
		#end			
43
	<div class="col-lg-2 form-group">
43
	<div class="col-lg-2 form-group">
44
			<button class="btn btn-primary oldRefferalAmountSubmit" type="button">Add Money to Wallet</button>
44
			<button class="btn btn-primary" onclick="oldRefferalAmountSubmit(`$oApproved`,$oldApproved.get($oApproved),`$oldMonth`)" type="button">Add Money to Wallet</button>
45
	</div>
45
	</div>
46
					
46
					
47
</div>	
47
</div>	
48
#end
48
#end
49
#end
49
#end
Line 79... Line 79...
79
				   	<input placeholder="Amount" id="refferalAmount" name="refferalAmount" type="text" value="200000" class="form-control input-sm" readonly>
79
				   	<input placeholder="Amount" id="refferalAmount" name="refferalAmount" type="text" value="200000" class="form-control input-sm" readonly>
80
		</div>	
80
		</div>	
81
		#end
81
		#end
82
  		
82
  		
83
	<div class="col-lg-2 form-group">
83
	<div class="col-lg-2 form-group">
84
			<button class="btn btn-primary refferalAmountSubmit" type="button">Add Money to wallet</button>
84
			<button class="btn btn-primary" type="button" onclick="refferalAmountSubmit(`$pApproved`,$preApproved.get($pApproved),`$previousMonth`)"> Add Money to wallet</button>
85
	</div>			
85
	</div>			
86
	
86
	
87
</div>	
87
</div>	
88
#end	
88
#end	
89
#end		
89
#end