feat(standard-styling): Change header tpl, standard vars & icons,

This commit is contained in:
2025-11-21 14:41:10 +01:00
parent 79512bd81a
commit 00bae73b17
4 changed files with 47 additions and 36 deletions

View File

@ -12,9 +12,9 @@
{block name='modal_title' hide}
<h5 class="modal-title">{$smarty.block.child}</h5>
{/block}
{block name='modal_close'}
{block name='modal_close'}
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
{svg_icon file='x.svg' width="24" height="24"}
</button>
{/block}
</div>