Subversion Repositories SmartDukaan

Rev

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

Rev 24897 Rev 24992
Line 23... Line 23...
23
	</div>
23
	</div>
24
	
24
	
25
	<div style="background:white;background-color:white;padding:10px;">
25
	<div style="background:white;background-color:white;padding:10px;">
26
		<h4 class="modelHeaderCustom" style="font-size:22px;">Credit/Debit</h4>
26
		<h4 class="modelHeaderCustom" style="font-size:22px;">Credit/Debit</h4>
27
		<div>
27
		<div>
-
 
28
		<form id = "wallet-form" >
28
			<div class = "row">
29
			<div class = "row">
29
				<div class="col-lg-2 form-group">
30
				<div class="col-lg-2 form-group">
30
			    	<input id="FofoId" type="text" class="typeahead form-control form-control-sm" placeholder="Partner Name" data-provide="typeahead" 
31
			    	<input id="FofoId" type="text" class="typeahead form-control form-control-sm" placeholder="Partner Name" data-provide="typeahead" 
31
			    	 #if(${retailerName}) value="${retailerName}" #end
32
			    	 #if(${retailerName}) value="${retailerName}" #end
32
			    	 autocomplete="off"/>
33
			    	 autocomplete="off"/>
Line 80... Line 81...
80
				</div>
81
				</div>
81
				</div>
82
				</div>
82
		</div>
83
		</div>
83
	</div>
84
	</div>
84
	</div>
85
	</div>
-
 
86
	</form>
85
	
87
	
86
	     <div class="wallet-history-container">
88
	     <div class="wallet-history-container">
87
		</div>	 
89
		</div>	 
88
</section>
90
</section>
89
 
91