%PDF- %PDF-
Direktori : /var/www/html/news/public/views/notifications/ |
Current File : /var/www/html/news/public/views/notifications/index.html |
<div class="container-fluid"> <div class="row"> <div class="col-sm-12"> <h2>Filters</h2> </div> </div> <div class="row"> <div class="col-sm-12"> <form class="form-horizontal" autocomplete="off"> <div class="form-group"> </div> <div class="form-group"> <!--<div class="col-sm-12">--> <!--<button class="btn btn-default" ng-click="search();">--> <!--<span class="fa fa-search"></span>--> <!--<span>Search</span>--> <!--</button>--> <!--<button class="btn btn-default" ng-click="clean()">--> <!--<span class="fa fa-eraser"></span>--> <!--<span>Clean</span>--> <!--</button>--> <!--</div>--> </div> </form> </div> </div> <section class="content"> <div class="row"> <div class="col-xs-12"> <div class="box"> <div class="box-body"> <div pagination="paginationData" search="search()"></div> <table class="table table-bordered table-hover"> <thead> <th sort-data search="search()" sort-title="Subject" property="subject"></th> <th sort-data search="search()" sort-title="Greeting" property="greeting"></th> <th sort-data search="search()" sort-title="Body" property="body"></th> <th sort-data search="search()" sort-title="Footer" property="thank_you"></th> <th sort-data search="search()" sort-title="Is Active" property="send_notification_flag"></th> <th>Actions</th> </thead> <tbody> <tr ng-repeat="notification in notifications"> <td ng-bind="notification.subject"></td> <td ng-bind="notification.greeting"></td> <td ng-bind="notification.body"></td> <td ng-bind="notification.thank_you"></td> <td class="text-center"> <span class="fa" ng-class="notification.send_notification_flag ? 'fa-check text-success' : 'fa-times text-danger'"></span> </td> <td> <a class="btn btn-sm btn-default" ui-sref="notifications.edit({notificationId: notification.id})" uib-tooltip="Edit"> <span class="fa fa-pencil-square-o"></span> </a> </td> </tr> </tbody> </table> <div full-pagination="paginationData" search="search()"></div> </div> </div> </div> </div> </section> </div>