8 lines
No EOL
255 B
HTML
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> |