ENDRPrint/web/pages/msg_warning.jsp
2024-08-14 10:33:27 +07:00

19 lines
509 B
Plaintext

<%@page contentType="text/html" pageEncoding="UTF-8" %>
<div class="modal-header">
<h3>
<i class="fa fa-exclamation-triangle text-warning" aria-hidden="true"></i>
<span style="color : lightgrey;">{{msgHeader}}</span>
</h3>
</div>
<div class="modal-body">
<h4>
<em style="color : black;">{{msg}}</em>
</h4>
</div>
<div class="modal-footer" style="display: block">
<button class="btn btn-info btn-sm" ng-click="ok()"
focus="true">OK
</button>
</div>