Subversion Repositories SmartDukaan

Rev

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

Rev 33990 Rev 35771
Line 837... Line 837...
837
					</div>
837
					</div>
838
				#end
838
				#end
839
				#if($sales)
839
				#if($sales)
840
				#if(!$offers.isEmpty())
840
				#if(!$offers.isEmpty())
841
				#foreach( $offer in $offers )
841
				#foreach( $offer in $offers )
842
					<div class="row col-lg-12 info-box white-bg" style="margin-bottom:1px">
842
					<div class="row col-lg-12 info-box white-bg" style="margin-bottom:1px" id="description-offer"
-
 
843
						 data-offerid="$offer.getId()" data-toggle="modal" data-target="#offerDescription"
-
 
844
						 data-backdrop="static" data-keyboard="false">
843
						<h3 style="margin-top:-2px;font-size:17px; margin-bottom:3px;color:#c70db8;font-weight:bold">
845
						<h3 style="margin-top:-2px;font-size:17px; margin-bottom:3px;color:#c70db8;font-weight:bold">
844
							$offer.getName() - $offer.getStartDateTime() to $offer.getEndDateTime()
846
							$offer.getName() - $offer.getStartDateTime() to $offer.getEndDateTime()
845
						</h3>
847
						</h3>
846
						    #if($offer.getShortAmount() == 0 && $offer.getAmountType() == "amount" )
848
						    #if($offer.getShortAmount() == 0 && $offer.getAmountType() == "amount" )
847
						     <h4 style= "color:green;margin-top:0px;margin-bottom:0px;"> Congratulations you have earn Rs. <span class="currency">$offer.getMargin()</span>. Happy Selling!</h4>
849
						     <h4 style= "color:green;margin-top:0px;margin-bottom:0px;"> Congratulations you have earn Rs. <span class="currency">$offer.getMargin()</span>. Happy Selling!</h4>
Line 888... Line 890...
888
 
890
 
889
							</h4>
891
							</h4>
890
 
892
 
891
							#end
893
							#end
892
 
894
 
893
						<p style="float:right;font-size:15px; margin:0px 0px 0px; " id="description-offer" data-offerid = "$offer.getId()" data-toggle="modal" data-target="#offerDescription"  data-backdrop="static" data-keyboard="false"><a href="#">All terms & conditions</a></p>
895
						<p style="float:right;font-size:15px; margin:0px 0px 0px; "><a href="#">All terms &
-
 
896
							conditions</a></p>
894
 
897
 
895
					</div>
898
					</div>
896
					#end
899
					#end
897
				#end
900
				#end
898
				#end
901
				#end