Files
lulandia.pl/modules/x13gpsr/views/templates/front/modal.tpl
2025-04-01 00:38:54 +02:00

24 lines
1.1 KiB
Smarty

{$is_ps_16 = version_compare($smarty.const._PS_VERSION_, '1.7.0.0', '<')}
<div id="x13gpsr" class="x13gpsr x13gpsr__backdrop {if $is_ps_16}x13gpsr__backdrop--16{/if} x13gpsr-hidden">
<div id="x13gpsr" class="x13gpsr__box x13gpsr__box--{if $x13gpsr.config.layout == 'box'}default{else}fixed{/if}">
<div class="x13gpsr__box-inner">
<div class="x13gpsr__box-header">
<p class="x13gpsr__box-title">{l s='Responsibility for the Product' mod='x13gpsr'}</p>
<button class="x13gpsr__btn x13gpsr__btn--close" type="button">
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#232323">
<path
d="m256-200-56-56 224-224-224-224 56-56 224 224 224-224 56 56-224 224 224 224-56 56-224-224-224 224Z" />
</svg>
</button>
</div>
<div class="x13gpsr__box-body">
{if $x13gpsr.config.layout == 'cloud_with_tabs'}
{include file='module:x13gpsr/views/templates/hook/_partials/tabs.tpl'}
{else}
{include file='module:x13gpsr/views/templates/hook/_partials/info.tpl'}
{/if}
</div>
</div>
</div>
</div>