salix/front/core/components/confirm/confirm.html

10 lines
301 B
HTML
Raw Normal View History

<root>
<tpl-body>
2019-05-23 08:01:25 +00:00
<h6 translate>{{::$ctrl.message}}</h6>
<span translate>{{::$ctrl.question}}</span>
</tpl-body>
<tpl-buttons>
<button response="CANCEL" translate>Cancel</button>
<button response="ACCEPT" translate>Accept</button>
</tpl-buttons>
</root>