Subversion Repositories SmartDukaan

Rev

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

Rev 27946 Rev 27949
Line 881... Line 881...
881
                </div>
881
                </div>
882
 
882
 
883
                <div class="col-lg-6">
883
                <div class="col-lg-6">
884
                    #foreach( $offer in $publishedOffers )
884
                    #foreach( $offer in $publishedOffers )
885
                        <div class="row col-lg-12 info-box white-bg" style="margin-bottom:1px">
885
                        <div class="row col-lg-12 info-box white-bg" style="margin-bottom:1px">
886
                            <h3 style="margin-top:-2px;color:#c70db8;margin-bottom:4pxfont-weight:bold">
886
                            <h3 style="margin-top:-2px;color:#c70db8;margin-bottom:4px;font-weight:bold">
887
                                $offer.getName()
887
                                $offer.getName()
888
                            </h3>
888
                            </h3>
889
                            <h4 style="margin-top:-2px;font-size:15px;color:#5547d0;font-weight:bold">
889
                            <h4 style="margin-top:-2px;font-size:15px;color:#5547d0;font-weight:bold">
890
                            	From $dateMonthFormatter.format($offer.getStartDate()) to $dateMonthFormatter.format($offer.getEndDate()), Based on $offer.getSchemeType() on $offer.getActivationBrands()
890
                            	From $dateMonthFormatter.format($offer.getStartDate()) to $dateMonthFormatter.format($offer.getEndDate()), Based on $offer.getSchemeType() on $offer.getActivationBrands()
891
                            </h4>
891
                            </h4>