You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
769 B
23 lines
769 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<templates id="template" xml:space="preserve">
|
|
|
|
<t t-name="ProductPopUp">
|
|
<div role="dialog" class="modal-dialog">
|
|
<div class="popup popup-selection">
|
|
<header class="title"><t t-esc=" widget.options.title || 'Product' " /></header>
|
|
<div class="selection scrollable-y touch-scrollable">
|
|
<div id="notify"></div>
|
|
</div>
|
|
|
|
<footer class="footer">
|
|
<div class="button confirm">
|
|
Ok
|
|
</div>
|
|
<div class="button cancel">
|
|
Cancel
|
|
</div>
|
|
</footer>
|
|
</div>
|
|
</div>
|
|
</t>
|
|
</templates>
|
|
|