Subversion Repositories SmartDukaan

Rev

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

Rev 27875 Rev 28556
Line 73... Line 73...
73
                    <tbody>
73
                    <tbody>
74
                    <tr>
74
                    <tr>
75
                        <th>Id</th>
75
                        <th>Id</th>
76
                        <th>Name</th>
76
                        <th>Name</th>
77
                        <th>Target Type</th>
77
                        <th>Target Type</th>
-
 
78
                        <th>Payout Type</th>
78
                        <th>Scheme Type</th>
79
                        <th>Scheme Type</th>
79
                        <th>Brand %</th>
80
                        <th>Brand %</th>
80
                        <th>Sellin %</th>
81
                        <th>Sellin %</th>
81
                        <th>Partner Criteria</th>
82
                        <th>Partner Criteria</th>
82
                        <th>Item Criteria</th>
83
                        <th>Item Criteria</th>
Line 89... Line 90...
89
                    #foreach( $offer in $offers )
90
                    #foreach( $offer in $offers )
90
                    <tr class="offer-details" data-offerid="$offer.getId()">
91
                    <tr class="offer-details" data-offerid="$offer.getId()">
91
                        <td>$offer.getId()</td>
92
                        <td>$offer.getId()</td>
92
                        <td><a class="mk_offer_detail" href="javascript:void(0)">$offer.getName()</a></td>
93
                        <td><a class="mk_offer_detail" href="javascript:void(0)">$offer.getName()</a></td>
93
                        <td>$offer.getTargetType()</td>
94
                        <td>$offer.getTargetType()</td>
-
 
95
                        <td>$offer.getPayoutType()</td>
94
                        <td>$offer.getSchemeType()</td>
96
                        <td>$offer.getSchemeType()</td>
95
                        <td>$offer.getBrandShareTerms()</td>
97
                        <td>$offer.getBrandShareTerms()</td>
96
                        <td>$offer.getSellinPercentage()</td>
98
                        <td>$offer.getSellinPercentage()</td>
97
                        <td>$offer.getPartnerCriteriaString()</td>
99
                        <td>$offer.getPartnerCriteriaString()</td>
98
                        <td>$offer.getItemCriteriaString()</td>
100
                        <td>$offer.getItemCriteriaString()</td>