2017-02-06 17:01:04 +00:00
|
|
|
<div ng-mousedown="$ctrl.onDialogMouseDown($event)">
|
2017-05-25 10:52:38 +00:00
|
|
|
<button ng-click="$ctrl.hide()" class="close" translate-attr="{title: 'Close'}">
|
|
|
|
<vn-icon vn-one icon="clear" style="color:black"></vn-icon>
|
|
|
|
</button>
|
|
|
|
<form>
|
2017-02-22 11:42:41 +00:00
|
|
|
<div>
|
2017-05-25 10:52:38 +00:00
|
|
|
<tpl-body>
|
2017-02-22 11:42:41 +00:00
|
|
|
<h6 class="dialog-title" translate>
|
2018-02-12 12:16:49 +00:00
|
|
|
{{::$ctrl.question}}
|
2017-02-22 11:42:41 +00:00
|
|
|
</h6>
|
2018-02-12 12:16:49 +00:00
|
|
|
<span translate>
|
|
|
|
{{::$ctrl.message}}
|
|
|
|
</span>
|
2017-05-25 10:52:38 +00:00
|
|
|
</tpl-body>
|
2017-02-22 11:42:41 +00:00
|
|
|
</div>
|
|
|
|
<div class="button-bar" ng-click="$ctrl.onButtonClick($event)">
|
2017-05-25 10:52:38 +00:00
|
|
|
<tpl-buttons>
|
2017-02-22 11:42:41 +00:00
|
|
|
<button response="CANCEL" translate>Cancel</button>
|
|
|
|
<button response="ACCEPT" translate>Accept</button>
|
2017-05-25 10:52:38 +00:00
|
|
|
</tpl-buttons>
|
2017-02-22 11:42:41 +00:00
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</div>
|