Merge branch 'tiket-productTemplate' into develop

This commit is contained in:
Marion Muszynski 2016-06-01 12:52:13 +02:00
commit d0217bf4f6

View File

@ -441,7 +441,7 @@ var fieldRequired = '{l s='Please fill in all required fields, then save the cus
<div id="more_info_sheets" class="sheets align_justify">
{if !empty($product->description_short)}
<!-- full description -->
<div id="idTab1" class="rte scroll-pane">
<div id="idTab1" class="rte scroll-pane" style="max-height:500px;">
{$product->description_short}
</div>
{/if}