Subversion Repositories SmartDukaan

Rev

Rev 35675 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 35675 Rev 35771
Line 12... Line 12...
12
        box-sizing: border-box;
12
        box-sizing: border-box;
13
    }
13
    }
14
</style>
14
</style>
15
<div class="grid-box">
15
<div class="grid-box">
16
    #foreach( $offer in $publishedOffers )
16
    #foreach( $offer in $publishedOffers )
17
        <div class="item info-box white-bg mk_offer_container" style="margin-bottom:1px">
17
        <div class="item info-box white-bg mk_offer_container description-offer" style="margin-bottom:1px"
-
 
18
             data-offerid="$offer.getId()" data-toggle="modal"
-
 
19
             data-backdrop="static" data-keyboard="false">
18
            <h3 style="margin-top:-2px;color:#c70db8;margin-bottom:4px;font-weight:bold; font-size:20px;">
20
            <h3 style="margin-top:-2px;color:#c70db8;margin-bottom:4px;font-weight:bold; font-size:20px;">
19
                <a href="javascript:void(0)" class="description-offer" data-offerid="$offer.getId()"
21
                <a href="javascript:void(0)" class="description-offer" data-offerid="$offer.getId()"
20
                   style="color:#c70db8; text-decoration:none;">
22
                   style="color:#c70db8; text-decoration:none;">
21
                    $offer.getName()
23
                    $offer.getName()
22
                </a>
24
                </a>
Line 29... Line 31...
29
            <!--<h4 style="color:green;margin-top:0px;margin-bottom:0px;">
31
            <!--<h4 style="color:green;margin-top:0px;margin-bottom:0px;">
30
        ##$offer.getDashboardHtml()
32
        ##$offer.getDashboardHtml()
31
    </h4>-->
33
    </h4>-->
32
            <br>
34
            <br>
33
 
35
 
34
            <p style="float:right;font-size:15px; margin:0px 0px 0px; " class="description-offer"
36
            <p style="float:right;font-size:15px; margin:0px 0px 0px; "><a href="javascript:void(0)">All terms &
35
               data-offerid="$offer.getId()" data-toggle="modal"
37
                conditions</a></p>
36
               data-backdrop="static" data-keyboard="false"><a href="javascript:void(0)">All terms & conditions</a></p>
-
 
37
        </div>
38
        </div>
38
    #end
39
    #end
39
</div>
40
</div>
40
 
41
 
41
<script>
42
<script>