Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

 #if($addedBrands.size()>0)
 <table class="table table-bordered" id="added-brand" style="width:20%">
                                <thead>
                                        <tr>
                                                <th>Brand</th>
                                                <th>Action</th>
                                        </tr>
                                        </thead>
                                        <tbody>
                                                #foreach( $addedBrand in $addedBrands)
                                                        <tr>
                                                        <td>$addedBrand</td>
                                                        <td><a href="#" data-id="$serviceId" data-brand="$addedBrand" id="remove-added-brand-button">Remove</td>
                                                        </tr>
                                                #end
                                </tbody>
                        </table>
#end