Subversion Repositories SmartDukaan

Rev

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

Rev 24085 Rev 24087
Line 94... Line 94...
94
				<div class = "row">
94
				<div class = "row">
95
					
95
					
96
					<div class="col-lg-4 form-group" id="items-container">
96
					<div class="col-lg-4 form-group" id="items-container">
97
						<select class="form-control input-sm" id = "activePrebookingItemsDescription" placeholder="activePrebookingItemsDescription" >
97
						<select class="form-control input-sm" id = "activePrebookingItemsDescription" placeholder="activePrebookingItemsDescription" >
98
							#foreach($prebookingListing in $prebookingListings)
98
							#foreach($prebookingListing in $prebookingListings)
99
								<option value="$prebookingListing.getItemId(),$prebookingListing.getAdvanceAmount(),$prebookingListing.getTentativeAmount()">$itemIdDescriptionMap.get($prebookingListing.getItemId())</option>
99
								<option value="$prebookingListing.getCatalogId(),$prebookingListing.getAdvanceAmount(),$prebookingListing.getTentativeAmount()">$catalogIdDescriptionMap.get($prebookingListing.getCatalogId())</option>
100
							#end
100
							#end
101
						</select>
101
						</select>
102
					</div>
102
					</div>
103
					
103
					
104
					<div class="col-lg-2 form-group">
104
					<div class="col-lg-2 form-group">