| Line 832... |
Line 832... |
| 832 |
</div>
|
832 |
</div>
|
| 833 |
#end
|
833 |
#end
|
| 834 |
#if($sales)
|
834 |
#if($sales)
|
| 835 |
#if(!$offers.isEmpty())
|
835 |
#if(!$offers.isEmpty())
|
| 836 |
#foreach( $offer in $offers )
|
836 |
#foreach( $offer in $offers )
|
| 837 |
<div class="row col-lg-12 info-box white-bg">
|
837 |
<div class="row col-lg-12 info-box white-bg" style="margin-bottom:10px">
|
| 838 |
<h3 style="margin-top:-2px;font-size:17px; margin-bottom:3px;color:#c70db8;font-weight:bold">
|
838 |
<h3 style="margin-top:-2px;font-size:17px; margin-bottom:3px;color:#c70db8;font-weight:bold">
|
| 839 |
$offer.getName() - $offer.getStartDateTime() to $offer.getEndDateTime()
|
839 |
$offer.getName() - $offer.getStartDateTime() to $offer.getEndDateTime()
|
| 840 |
</h3>
|
840 |
</h3>
|
| 841 |
#if($offer.getShortAmount() == 0 && $offer.getAmountType() == "amount" )
|
841 |
#if($offer.getShortAmount() == 0 && $offer.getAmountType() == "amount" )
|
| 842 |
<h4 style= "color:green;margin-top:0px;margin-bottom:0px;"> Congratulations you have earn Rs. <span class="currency">$offer.getMargin()</span>. Happy Selling!</h4>
|
842 |
<h4 style= "color:green;margin-top:0px;margin-bottom:0px;"> Congratulations you have earn Rs. <span class="currency">$offer.getMargin()</span>. Happy Selling!</h4>
|