Subversion Repositories SmartDukaan

Rev

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


              <div class="row">
                                        <div class="col-lg-12">
                                        
                                        <table class="table table-striped table-advance table-hover">
                                <tbody>
                                                #if(!$notifications.isEmpty())
                                                #foreach( $request in $notifications )
                                                        <tr class="notifications" data="$request.getId()">
                                                        #if(!$request.isAnnoucement())
                                                                <td><i class="fas fa-bell"></i></td>
                                                        #else
                                                            <td><i class="fa fa-bullhorn" aria-hidden="true"></i></td>
                                                        #end    
                                                                <td> <span style = "font-size:12px"><b>$request.getTitle()</b></span> <br> <small> $request.getMessage()  </small></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>