Subversion Repositories SmartDukaan

Rev

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

Rev 31170 Rev 31605
Line 91... Line 91...
91
                        <th>Partner Criteria</th>
91
                        <th>Partner Criteria</th>
92
                        <th>Item Criteria</th>
92
                        <th>Item Criteria</th>
93
                        <th>Start</th>
93
                        <th>Start</th>
94
                        <th>End</th>
94
                        <th>End</th>
95
                        <th>Created</th>
95
                        <th>Created</th>
-
 
96
                        <th>Processed</th>
96
                        <th>Actions</th>
97
                        <th>Actions</th>
97
                    </tr>
98
                    </tr>
98
                        #if(!$offers.isEmpty())
99
                        #if(!$offers.isEmpty())
99
                            #foreach( $offer in $offers )
100
                            #foreach( $offer in $offers )
100
                            <tr class="offer-details" data-offerid="$offer.getId()" data-offer-title="">
101
                            <tr class="offer-details" data-offerid="$offer.getId()" data-offer-title="">
Line 107... Line 108...
107
                                <td>$offer.getPartnerCriteriaString()</td>
108
                                <td>$offer.getPartnerCriteriaString()</td>
108
                                <td>$offer.getItemCriteriaString()</td>
109
                                <td>$offer.getItemCriteriaString()</td>
109
                                <td>$offer.getStartDate().format($dateFormatter)</td>
110
                                <td>$offer.getStartDate().format($dateFormatter)</td>
110
                                <td>$offer.getEndDate().format($dateFormatter)</td>
111
                                <td>$offer.getEndDate().format($dateFormatter)</td>
111
                                <td>$offer.getCreatedOn().format($dateTimeFormatter)</td>
112
                                <td>$offer.getCreatedOn().format($dateTimeFormatter)</td>
-
 
113
                                #if($offer.getProcessedTimestamp())
-
 
114
                                    <td>$offer.getProcessedTimestamp().format($dateTimeFormatter)</td>
-
 
115
                                #else
-
 
116
                                    <td> -</td>
-
 
117
                                #end
112
                                <td>
118
                                <td>
113
                                    <ul>
119
                                    <ul>
114
                                        <li>
120
                                        <li>
115
                                            #if($offer.isActive())
121
                                            #if($offer.isActive())
116
                                                <a class="mk_offer_inactive" href="javascript:void(0)">Mark Inactive</a>
122
                                                <a class="mk_offer_inactive" href="javascript:void(0)">Mark Inactive</a>