Subversion Repositories SmartDukaan

Rev

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

Rev 33132 Rev 35203
Line 183... Line 183...
183
					</div>
183
					</div>
184
					#end
184
					#end
185
				</div>-->
185
				</div>-->
186
                <div class="row col-lg-12 form-group">
186
                <div class="row col-lg-12 form-group">
187
                    <div>
187
                    <div>
188
                        <label>Blocks Brands </label>
188
                        <label>Blocked Brands</label>
189
                    </div>
189
                    </div>
190
                    <select data-placeholder="Choose brands" multiple="multiple"
190
                    <select data-placeholder="Choose brands" multiple="multiple"
191
                            class="criteria-brands chosen-select" id="blocks-brands">
191
                            class="criteria-brands chosen-select" id="blocks-brands">
192
                        #foreach($retailerBlockBrand in $retailerBlockBrands)
192
                        #foreach($retailerBlockBrand in $retailerBlockBrands)
193
                            <option name="blockBrands" value="$retailerBlockBrand" selected>$retailerBlockBrand</option>
193
                            <option name="blockBrands" value="$retailerBlockBrand" selected>$retailerBlockBrand</option>