ENDRPrint/.svn/pristine/14/146e986830ba647cee36a7fcf8fc8e167db53537.svn-base

19 lines
509 B
Plaintext
Raw Permalink Normal View History

2024-08-14 10:33:27 +07:00
<%@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>