Subversion Repositories SmartDukaan

Rev

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

Rev 23367 Rev 23419
Line 88... Line 88...
88
  		$('input[name="endDateTime"]').on('cancel.daterangepicker', function(ev, picker) {
88
  		$('input[name="endDateTime"]').on('cancel.daterangepicker', function(ev, picker) {
89
      		$(this).val('');
89
      		$(this).val('');
90
  		});
90
  		});
91
	});
91
	});
92
    
92
    
93
    configureItemsDescriptionDropDown();
93
    configureTagListingItemsDescriptionDropDown();
94
	
94
	
95
</script>
95
</script>
96
 
96
 
97
<section class="wrapper">
97
<section class="wrapper">
98
	<div class="row">
98
	<div class="row">
Line 141... Line 141...
141
					<div class="col-lg-2">
141
					<div class="col-lg-2">
142
						<input placeholder = "End Date Time" id="endDateTime" name="endDateTime" type="text" value="" class="form-control input-sm">
142
						<input placeholder = "End Date Time" id="endDateTime" name="endDateTime" type="text" value="" class="form-control input-sm">
143
					</div>
143
					</div>
144
					<div class="col-lg-2">
144
					<div class="col-lg-2">
145
						<div class="dropdown">
145
						<div class="dropdown">
146
							<button class="btn btn-default btn-block dropdown-toggle input-sm" type="button" data-toggle="dropdown" id="brand-value">Brands<span class="caret"></span></button>
146
							<button class="btn btn-default btn-block dropdown-toggle input-sm" type="button" data-toggle="dropdown" id="tag-listing-brand-value">Brands<span class="caret"></span></button>
147
							<ul class="dropdown-menu" id="brands">
147
							<ul class="dropdown-menu" id="tag-listing-brands">
148
								#foreach ($brand in $brands)
148
								#foreach ($brand in $brands)
149
									<li><a href="javascript:void(0);">$brand</a></li>
149
									<li><a href="javascript:void(0);">$brand</a></li>
150
								#end
150
								#end
151
							</ul>
151
							</ul>
152
						</div>
152
						</div>
153
					</div>
153
					</div>
154
					<div class="col-lg-2" id="items-description-container">
154
					<div class="col-lg-2" id="tag-listing-items-description-container">
155
						<select class="form-control input-sm" id = "itemsDescription" placeholder="itemsDescription" multiple="multiple" >
155
						<select class="form-control input-sm" id = "tagListingItemsDescription" placeholder="itemsDescription" multiple="multiple" >
156
						</select>
156
						</select>
157
					</div>
157
					</div>
158
					<div class="col-lg-2">
158
					<div class="col-lg-2">
159
						<div class="checkbox">
159
						<div class="checkbox">
160
							<label><input placeholder = "Retailer All" id="retailerAll" name="retailerAll" type="checkbox" value="true" checked> Retailer All</label>
160
							<label><input placeholder = "Retailer All" id="retailerAll" name="retailerAll" type="checkbox" value="true" checked> Retailer All</label>