23 lines
1.2 KiB
Smarty
23 lines
1.2 KiB
Smarty
<div class="x13gpsr x13gpsr-shop-{$x13gpsr.shopId} x13gpsr--{$x13gpsr.hookName}">
|
|
{if $x13gpsr.config.layout != 'default'}
|
|
<p class="x13gpsr-info-desc">
|
|
{l s='Product compliance details:' mod='x13gpsr'}
|
|
<a href="#x13gpsr" rel="nofollow" class="x13gpsr__btn--show">
|
|
{if !empty($x13gpsr.responsibleManufacturer) && !empty($x13gpsr.responsiblePerson)}
|
|
{l s='Manufacturer and person responsible for the product' mod='x13gpsr'}
|
|
{elseif !empty($x13gpsr.responsibleManufacturer)}
|
|
{l s='Manufacturer responsible for the product' mod='x13gpsr'}
|
|
{elseif !empty($x13gpsr.responsiblePerson)}
|
|
{l s='Responsibility for the Product' mod='x13gpsr'}
|
|
{elseif !empty($x13gpsr.extraSafetyInformation)}
|
|
{l s='Person responsible for the product' mod='x13gpsr'}
|
|
{/if}
|
|
</a>
|
|
</p>
|
|
|
|
{include file='module:x13gpsr/views/templates/front/modal.tpl'}
|
|
{else}
|
|
<h2>{$x13gpsr.blockTitle}</h2>
|
|
{include file='module:x13gpsr/views/templates/hook/_partials/info.tpl'}
|
|
{/if}
|
|
</div> |