Subversion Repositories SmartDukaan

Rev

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

Rev 34527 Rev 34617
Line 1329... Line 1329...
1329
                            <label class="control-label col-lg-4" for="months">#springMessage(
1329
                            <label class="control-label col-lg-4" for="months">#springMessage(
1330
                                "dashboard.offerforthemonth")</label>
1330
                                "dashboard.offerforthemonth")</label>
1331
                            <div class="col-lg-2">
1331
                            <div class="col-lg-2">
1332
                                <select class="form-control input-sm" id="mk_offer_brand_filter" name="offerBrandFilter"
1332
                                <select class="form-control input-sm" id="mk_offer_brand_filter" name="offerBrandFilter"
1333
                                        placeholder="brand" style="margin:auto;">
1333
                                        placeholder="brand" style="margin:auto;">
1334
                                    <option value="" disabled selected>Select Brand</option>
1334
                                    <option value="" disabled>Select Brand</option>
1335
                                    <option value="">All</option>
1335
                                    <option value="" selected>All</option>
1336
                                    #foreach($brand in $brands)
1336
                                    #foreach($brand in $brands)
1337
                                        <option value="$brand">$brand</option>
1337
                                        <option value="$brand">$brand</option>
1338
                                    #end
1338
                                    #end
1339
                                </select>
1339
                                </select>
1340
                            </div>
1340
                            </div>