Add close buttons to all editor component popups, in case they are used in an iframe

This commit is contained in:
Kijin Sung 2025-05-14 01:10:27 +09:00
parent f6313d44d9
commit 262560ce04
4 changed files with 6 additions and 2 deletions

View file

@ -9,6 +9,7 @@
<div class="x_modal-header">
<h1>{$component_info->title}</h1>
<a class="close_window" href="javascript:window.close()">&times;</a>
</div>
<div class="x_modal-body">