23 lines
758 B
Plaintext
23 lines
758 B
Plaintext
<%@page contentType="text/html" pageEncoding="UTF-8" %>
|
|
<div class="modal-header">
|
|
<h3>
|
|
<%--<img src="images/Actions-bookmark-new-list-icon.png" style="margin-right: 10px">--%>
|
|
MSG : Confirm
|
|
|
|
</h3>
|
|
</div>
|
|
|
|
<div class="modal-body">
|
|
<h4>
|
|
<em style="color : #CC0000">{{'Warning!!! : '}}</em>
|
|
<span ng-style="{'white-space':(error.htmlFlag == 1 ? 'pre' : 'pre-wrap')}" >{{error.errorDesc}}</span>
|
|
<br/>
|
|
<br/>
|
|
{{error.errorFlag==10?'':'Want To Continue?'}}
|
|
</h4>
|
|
</div>
|
|
|
|
<div class="modal-footer" style="display: block">
|
|
<button class="btn btn-info btn-sm" ng-click="doYes()" focus="{{fFocus}}">Yes</button>
|
|
<button class="btn btn-warning" ng-click="doNo()">No</button>
|
|
</div> |