Subversion Repositories SmartDukaan

Rev

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

Rev 35886 Rev 36452
Line 88... Line 88...
88
                <table class="table table-striped table-advance table-hover">
88
                <table class="table table-striped table-advance table-hover">
89
                    <tbody>
89
                    <tbody>
90
                    <tr>
90
                    <tr>
91
                        <th>Id</th>
91
                        <th>Id</th>
92
                        <th>Name</th>
92
                        <th>Name</th>
-
 
93
                        <th>Reference</th>
93
                        <th>Payout Type</th>
94
                        <th>Payout Type</th>
94
                        <th>Scheme Type</th>
95
                        <th>Scheme Type</th>
95
                        <th>Discount</th>
96
                        <th>Discount</th>
96
                        <th>Brand %</th>
97
                        <th>Brand %</th>
97
                        <th>Sellin %</th>
98
                        <th>Sellin %</th>
Line 106... Line 107...
106
                        #if(!$offers.isEmpty())
107
                        #if(!$offers.isEmpty())
107
                            #foreach( $offer in $offers )
108
                            #foreach( $offer in $offers )
108
                            <tr class="offer-details" data-offerid="$offer.getId()" data-offer-title="">
109
                            <tr class="offer-details" data-offerid="$offer.getId()" data-offer-title="">
109
                                <td><a class="mk_offer_detail" href="javascript:void(0)">$offer.getId()</a></td>
110
                                <td><a class="mk_offer_detail" href="javascript:void(0)">$offer.getId()</a></td>
110
                                <td><a class="mk_partner_view" href="javascript:void(0)">$offer.getName()</a></td>
111
                                <td><a class="mk_partner_view" href="javascript:void(0)">$offer.getName()</a></td>
-
 
112
                                <td>#if($offer.getReference())$offer.getReference()#else-#end</td>
111
                                <td>$offer.getPayoutType()</td>
113
                                <td>$offer.getPayoutType()</td>
112
                                <td>$offer.getSchemeType()</td>
114
                                <td>$offer.getSchemeType()</td>
113
                                <td>
115
                                <td>
114
                                    #if ($offer.isDiscount())
116
                                    #if ($offer.isDiscount())
115
                                        Discount
117
                                        Discount