recipes/backend/templates/modal_dialog.html
Greg Burri 8be2aa0129 - CSS for modal dialog
- User can click outside modal dialog to close it
2025-05-01 00:48:51 +02:00

8 lines
No EOL
255 B
HTML

{# Needed by the frontend modal_dialog module. #}
<dialog id="modal-dialog">
<div>
<div class="content"></div>
<input type="button" class="ok" value="OK">
<input type="button" class="cancel" value="Cancel">
</div>
</dialog>