mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 09:09:59 +09:00
Add close buttons to all editor component popups, in case they are used in an iframe
This commit is contained in:
parent
f6313d44d9
commit
262560ce04
4 changed files with 6 additions and 2 deletions
|
|
@ -9,6 +9,7 @@
|
|||
|
||||
<div class="x_modal-header">
|
||||
<h1>{$component_info->title}</h1>
|
||||
<a class="close_window" href="javascript:window.close()">×</a>
|
||||
</div>
|
||||
|
||||
<div class="x_modal-body">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue