Subversion Repositories SmartDukaan

Rev

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

Rev 29791 Rev 29908
Line 108... Line 108...
108
                        <td>$offer.getPartnerCriteriaString()</td>
108
                        <td>$offer.getPartnerCriteriaString()</td>
109
                        <td>$offer.getItemCriteriaString()</td>
109
                        <td>$offer.getItemCriteriaString()</td>
110
                        <td>$offer.getStartDate().format($dateFormatter)</td>
110
                        <td>$offer.getStartDate().format($dateFormatter)</td>
111
                        <td>$offer.getEndDate().format($dateFormatter)</td>
111
                        <td>$offer.getEndDate().format($dateFormatter)</td>
112
                        <td>$offer.getCreatedOn().format($dateTimeFormatter)</td>
112
                        <td>$offer.getCreatedOn().format($dateTimeFormatter)</td>
-
 
113
                        <td>
-
 
114
                        	<ul>
-
 
115
                        		<li>
-
 
116
                        			#if($offer.isActive())
-
 
117
									<a class="mk_offer_active" href="javascript:void(0)">Mark Inactive</a>
-
 
118
									#else
-
 
119
									<a class="mk_offer_inactive" href="javascript:void(0)">Mark Active</a>
-
 
120
									#end
-
 
121
								</li>
113
                        <td><a class="download_offer" href="javascript:void(0)">Download Report</a></td>
122
                        		<li><a class="download_offer" href="javascript:void(0)">Download Report</a></li>
-
 
123
                        	</ul>
-
 
124
                        </td>
114
                    </tr>
125
                    </tr>
115
                    #end
126
                    #end
116
                    #else
127
                    #else
117
                    <tr>
128
                    <tr>
118
                        <td colspan="13" style="text-align:center;">NO MATCHING DATA FOUND FOR CRITERIA</td>
129
                        <td colspan="13" style="text-align:center;">NO MATCHING DATA FOUND FOR CRITERIA</td>