Subversion Repositories SmartDukaan

Rev

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

Rev 34412 Rev 34425
Line 72... Line 72...
72
 <div class="modal-header">
72
 <div class="modal-header">
73
	        <button type="button" class="close" style="margin:-10px" data-dismiss="modal">&times;</button>
73
	        <button type="button" class="close" style="margin:-10px" data-dismiss="modal">&times;</button>
74
	        <h4 class="modal-title"> Stock Info  ($customRetailer.getBusinessName())
74
	        <h4 class="modal-title"> Stock Info  ($customRetailer.getBusinessName())
75
	        </h4>
75
	        </h4>
76
       </div>
76
       </div>
77
<div class="modal-body" style="max-height:70vh;overflow:auto;">
77
<div class="modal-body" style="max-height:75vh;overflow:auto;">
78
	<div class="row">
78
	<div class="row">
79
		<div class="col-md-12">
79
		<div class="col-md-12">
80
			<div class="well row" style="margin: 0;">
80
			<div class="well row" style="margin: 0;">
81
				<h4>Summary </h4>
81
				<h4>Summary
-
 
82
					##					<a href="#" class="dashboard-view" data-fofoid="$sdCreditRequirement.getFofoId()">More Info</a>
-
 
83
				</h4>
82
				<div class="col-md-4">
84
				<div class="col-md-4">
83
					<h5>Fund Detail</h5>
85
					<h5>Fund Detail</h5>
84
					<ul>
86
					<ul>
85
						<li>Total Limit <span class="currency"> $sdCreditRequirement.getLimit()</span></li>
87
						<li>Total Limit <span class="currency"> $sdCreditRequirement.getLimit()</span></li>
86
						<li>Utilization <span class="currency"> $sdCreditRequirement.getUtilizedAmount()</span></li>
88
						<li>Utilization <span class="currency"> $sdCreditRequirement.getUtilizedAmount()</span></li>
Line 288... Line 290...
288
 
290
 
289
			#end
291
			#end
290
 
292
 
291
 
293
 
292
		</div>
294
		</div>
293
		##		<div class="col-md-3">
295
		##				<div class="col-md-3">
294
		##			<div id="cart-sidebar" style=" width:100%; background:#f8f9fa; border:1px solid #ccc; padding:5px; border-radius:6px;">
296
		##					<div id="cart-sidebar" style=" width:100%; background:#f8f9fa; border:1px solid #ccc; padding:5px; border-radius:6px;margin-top:15px;">
295
		##				<h5>Cart</h5>
297
		##						<h5>Cart</h5>
296
		##				<div id="custom-cart-section" class="well" style="padding: 4px;"></div>
298
		##						<div id="custom-cart-section" class="well" style="padding: 4px;"></div>
297
		##			</div>
299
		##					</div>
298
		##
300
		##
299
		##		</div>
301
		##				</div>
300
	</div>
302
	</div>
301
 
303
 
302
 
304
 
303
</div>
305
</div>
304
 
306