2023-08-11 08:49:30 +02:00
|
|
|
[{assign var="oPageNavigation" value=$oView->getPageNavigation()}]
|
|
|
|
[{if $oViewConf->getActiveClassName() == 'manufacturerlist' &&
|
|
|
|
$actCategory && $actCategory->oxmanufacturers__d3longdesc1->value &&
|
|
|
|
$oPageNavigation->actPage == 1
|
|
|
|
}]
|
2023-08-02 11:35:37 +02:00
|
|
|
<div class="manufacturerDescription desc1" id="mnfLongDesc1">[{oxeval var=$actCategory->oxmanufacturers__d3longdesc1}]</div>
|
|
|
|
[{/if}]
|
|
|
|
|
2023-04-03 11:05:04 +02:00
|
|
|
[{$smarty.block.parent}]
|
|
|
|
|
2023-08-11 08:49:30 +02:00
|
|
|
[{if $oViewConf->getActiveClassName() == 'alist' &&
|
|
|
|
$actCategory && $actCategory->oxcategories__d3longdesc2->value &&
|
|
|
|
$oPageNavigation->actPage == 1
|
|
|
|
}]
|
2023-04-03 11:05:04 +02:00
|
|
|
<div class="categoryDescription" id="catLongDesc">[{oxeval var=$actCategory->oxcategories__d3longdesc2}]</div>
|
2023-08-02 11:35:37 +02:00
|
|
|
[{/if}]
|
|
|
|
|
2023-08-11 08:49:30 +02:00
|
|
|
[{if $oViewConf->getActiveClassName() == 'manufacturerlist' &&
|
|
|
|
$actCategory && $actCategory->oxmanufacturers__d3longdesc2->value &&
|
|
|
|
$oPageNavigation->actPage == 1
|
|
|
|
}]
|
2023-08-02 11:35:37 +02:00
|
|
|
<div class="manufacturerDescription desc2" id="mnfLongDesc2">[{oxeval var=$actCategory->oxmanufacturers__d3longdesc2}]</div>
|
2023-04-03 11:05:04 +02:00
|
|
|
[{/if}]
|