Convert common/tpl/*_layout files to template v2

This commit is contained in:
Kijin Sung 2023-10-25 23:28:26 +09:00
parent 9d5dff5371
commit e0c396bb3e
3 changed files with 65 additions and 46 deletions

View file

@ -1,7 +1,8 @@
<load target="../../modules/admin/tpl/css/admin.bootstrap.css" />
<load target="../../modules/admin/tpl/css/admin.css" />
@version(2)
@load('../../modules/admin/tpl/css/admin.bootstrap.css')
@load('../../modules/admin/tpl/css/admin.css')
<div class="x popup">
{$content|noescape}
{{ $content|noescape }}
</div>
<script>
jQuery(function() {