Subversion Repositories SmartDukaan

Rev

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

Rev 35244 Rev 35245
Line 212... Line 212...
212
                    <table class="table table-border table-condensed table-bordered"
212
                    <table class="table table-border table-condensed table-bordered"
213
                           id="offr-des">
213
                           id="offr-des">
214
                        <tr>
214
                        <tr>
215
                            <th>Price Drop Id</th>
215
                            <th>Price Drop Id</th>
216
                            <th>Price Drop Date</th>
216
                            <th>Price Drop Date</th>
217
                            <th>Status</th>
217
                            <th>Status</th
218
                            <th>Amount</th>
218
                            <th>Amount</th>
219
                            <th>Credited On</th>
219
                            <th>Credited On</th>
220
                            <th>Rejected On</th>
220
                            <th>Rejected On</th>
221
                            <th>Description</th>
221
                            <th>Description</th>
222
                            <th>Status</th>
-
 
223
                            <th>Amount</th>
-
 
224
 
-
 
225
 
-
 
226
                        </tr>
222
                        </tr>
227
                        #if($priceDropImeis && !$priceDropImeis.isEmpty())
223
                        #if($priceDropImeis && !$priceDropImeis.isEmpty())
228
                            #foreach( $pdi in $priceDropImeis )
224
                            #foreach( $pdi in $priceDropImeis )
229
                                <tr class="priceDrop-details">
225
                                <tr class="priceDrop-details">
230
                                    <td>$pdi.getPriceDrop().getId()</td>
226
                                    <td>$pdi.getPriceDrop().getId()</td>