Subversion Repositories SmartDukaan

Rev

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

Rev 24220 Rev 25505
Line 127... Line 127...
127
					<div class="col-lg-2" id="tag-listing-items-description-container">
127
					<div class="col-lg-2" id="tag-listing-items-description-container">
128
						<select class="form-control input-sm" id = "tagListingItemsDescription" placeholder="itemsDescription" multiple="multiple" >
128
						<select class="form-control input-sm" id = "tagListingItemsDescription" placeholder="itemsDescription" multiple="multiple" >
129
						</select>
129
						</select>
130
					</div>
130
					</div>
131
					<div class="col-lg-2">
131
					<div class="col-lg-2">
132
						<div class="checkbox">
132
						<select class="form-control input-sm" id = "retailerType" name = "retailerType">
133
							<label><input placeholder = "Retailer All" id="retailerAll" name="retailerAll" type="checkbox" value="true" checked> Retailer All</label>
133
							<option value="" disabled selected>Retailer Type</option>
134
						</div>
134
							#foreach($retailerType in $retailerTypes)
135
					</div>
-
 
136
					<div class="col-lg-2" id="retailer-ids">
135
								<option value="$retailerType">$retailerType</option>
137
						
136
							#end
-
 
137
		             	</select>
138
					</div>
138
					</div>
139
					<div class="col-lg-2">
139
					<div class="col-lg-2">
140
						<input class="btn btn-primary new-scheme" type="submit" value="Create Scheme">	
140
						<input class="btn btn-primary new-scheme" type="submit" value="Create Scheme">	
141
					</div>
141
					</div>
142
				</div>
142
				</div>