Felder nach rechts verschoben
This commit is contained in:
parent
802b3a9bf7
commit
c1205a8c84
@ -15,6 +15,34 @@
|
||||
{/if}
|
||||
{/block}
|
||||
|
||||
{* Product attribute 4 *}
|
||||
{block name='frontend_detail_data_attributes_attr4'}
|
||||
{if $sArticle.attr4}
|
||||
<li class="base-info--entry entry-attribute">
|
||||
<strong class="entry--label">
|
||||
{s name="DetailAttributeField4Label" namespace="frontend/detail/index"}{/s}:
|
||||
</strong>
|
||||
<span class="entry--content">
|
||||
{$sArticle.attr4|escape}
|
||||
</span>
|
||||
</li>
|
||||
{/if}
|
||||
{/block}
|
||||
|
||||
{* Product attribute 6 *}
|
||||
{block name='frontend_detail_data_attributes_attr4'}
|
||||
{if $sArticle.attr6}
|
||||
<li class="base-info--entry entry-attribute">
|
||||
<strong class="entry--label">
|
||||
{s name="DetailAttributeField6Label" namespace="frontend/detail/index"}{/s}:
|
||||
</strong>
|
||||
<span class="entry--content">
|
||||
{$sArticle.attr6|escape}
|
||||
</span>
|
||||
</li>
|
||||
{/if}
|
||||
{/block}
|
||||
|
||||
{* Product attribute 2 *}
|
||||
{block name='frontend_detail_data_attributes_attr2'}
|
||||
{if $sArticle.attr2}
|
||||
@ -29,15 +57,15 @@
|
||||
{/if}
|
||||
{/block}
|
||||
|
||||
{* Product attribute 4 *}
|
||||
{* Product attribute 3 *}
|
||||
{block name='frontend_detail_data_attributes_attr4'}
|
||||
{if $sArticle.attr4}
|
||||
{if $sArticle.attr3}
|
||||
<li class="base-info--entry entry-attribute">
|
||||
<strong class="entry--label">
|
||||
{s name="DetailAttributeField4Label" namespace="frontend/detail/index"}{/s}:
|
||||
{s name="DetailAttributeField3Label" namespace="frontend/detail/index"}{/s}:
|
||||
</strong>
|
||||
<span class="entry--content">
|
||||
{$sArticle.attr4|escape}
|
||||
{$sArticle.attr3|escape}
|
||||
</span>
|
||||
</li>
|
||||
{/if}
|
||||
|
@ -2,24 +2,4 @@
|
||||
|
||||
{* Comment - Item open text fields attr3 *}
|
||||
{block name='frontend_detail_description_our_comment'}
|
||||
{if $sArticle.attr3 || $sArticle.attr6}
|
||||
{* Comment title *}
|
||||
{block name='frontend_detail_description_our_comment_title'}
|
||||
<div class="content--title">
|
||||
{s name='DetailDescriptionComment'}{/s}
|
||||
</div>
|
||||
{/block}
|
||||
{block name='frontend_detail_description_our_comment_title_content'}
|
||||
{if $sArticle.attr6}
|
||||
<div class="product--description" itemprop="description">
|
||||
<strong>{s name='DetailDescriptionAttr5'}{/s}</strong> {$sArticle.attr6}
|
||||
</div>
|
||||
{/if}
|
||||
{if $sArticle.attr3}
|
||||
<div class="product--description" itemprop="description">
|
||||
<strong>{s name='DetailDescriptionAttr3'}{/s}</strong> {$sArticle.attr3}
|
||||
</div>
|
||||
{/if}
|
||||
{/block}
|
||||
{/if}
|
||||
{/block}
|
Loading…
Reference in New Issue
Block a user