- CSS for modal dialog
- User can click outside modal dialog to close it
This commit is contained in:
parent
3bc17cea79
commit
8be2aa0129
9 changed files with 93 additions and 52 deletions
|
|
@ -1,6 +1,8 @@
|
|||
{# Needed by the frontend modal_dialog module. #}
|
||||
<dialog id="modal-dialog">
|
||||
<div class="content"></div>
|
||||
<input type="button" class="ok" value="OK">
|
||||
<input type="button" class="cancel" value="Cancel">
|
||||
<div>
|
||||
<div class="content"></div>
|
||||
<input type="button" class="ok" value="OK">
|
||||
<input type="button" class="cancel" value="Cancel">
|
||||
</div>
|
||||
</dialog>
|
||||
Loading…
Add table
Add a link
Reference in a new issue