Subversion Repositories SmartDukaan

Rev

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

Rev 28802 Rev 28803
Line 254... Line 254...
254
					</tr>
254
					</tr>
255
					#if(!$priceDropImeis.isEmpty()) #foreach( $pdi in $priceDropImeis )
255
					#if(!$priceDropImeis.isEmpty()) #foreach( $pdi in $priceDropImeis )
256
					<tr class="priceDrop-details" >
256
					<tr class="priceDrop-details" >
257
				              <td>$pdi.getStatus()</td>
257
				              <td>$pdi.getStatus()</td>
258
				              <td>$pdi.getPriceDrop().getAmount()</td>
258
				              <td>$pdi.getPriceDrop().getAmount()</td>
259
				              #if($pdi.getRejectionReason()</td>)
259
				              #if($pdi.getRejectionReason())
260
				                <td>$pdi.getRejectionReason()</td>
260
				                <td>$pdi.getRejectionReason()</td>
261
				                #else
261
				                #else
262
				                <td>-</td>
262
				                <td>-</td>
263
				                #end
263
				                #end
264
				              
264