Subversion Repositories SmartDukaan

Rev

Rev 24144 | 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( $notificationDataModel in $notificationData)
                                                                <tr class="notification-data" data="$notificationDataModel.getId()">

                                                                        <td>$notificationDataModel.getData()
                                                                                <div style="border-top: 0px solid #fafafa;" align="right"><small>Published
                                                                                        On $notificationDataModel.getCreated_timestamp().format($dateTimeFormatter)</small>
                                                                                </div>
                                                                        </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>