Subversion Repositories SmartDukaan

Rev

Rev 24144 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<div class="row" style= "margin-top:15px;" >
                <div class="col-lg-12">
                <table class="table table-striped table-advance table-hover">
                                <tbody> 
                                #if(!$notificationData.isEmpty())
                                                #foreach( $request in $notificationData)
                                                        <tr class="notification-data" data="$request.getId()">
                                                                <td>$request.getId()</td>
                                                                <td>$request.getData()</td>
                                                        </tr>   
                                   #end
                                        #else
                                                <tr>
                                                        <td colspan="12" style="text-align:center;">NO MATCHING DATA FOUND FOR CRITERIA</td>
                                                </tr>
                                        #end
                                </tbody>
                        </table>
                </div>
                </div>