Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed


<table class="table table-striped priceDropDetails" >
                        <thead>
                                         <tr>
                                                <th>Item</th>
                                                 <th>Imei</th>
                                                 <th>Amount</th>
                                                  <button type="button" class="btn btn-default" data-dismiss="modal" style="float:right">X</button>
                                                 
                                        </tr>
                        </thead>
                                                            
                        <tbody>
                                        
                                    #foreach($offerItem in $offerItems)
                                                                
                                            <tr> 
                                                   <td><b>$offerItem.getBrand() $offerItem.getModelName() $offerItem.getModelNumber() </b></td> 
                                                   <td>$offerItem.getImei()</td>
                                                   <td>$offerItem.getAmount()</td>
                                            </tr>
                                                        
                                        #end
                        </tbody>
                        
                </table>
        <div class="modal-footer">
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
      </div>