[-] FO : fixed bug #PSCFV-4340
This commit is contained in:
@@ -620,6 +620,25 @@ ul.idTabs li {
|
||||
#more_info_sheets dl {margin-left:20px}
|
||||
#more_info_sheets em {font-style:italic}
|
||||
|
||||
#more_info_sheets .product_desc{
|
||||
margin-top:5px
|
||||
}
|
||||
|
||||
#more_info_sheets .product_desc .product_image{
|
||||
float:left
|
||||
}
|
||||
|
||||
#more_info_sheets .product_desc .block_description{
|
||||
float:left;
|
||||
margin-left:10px;
|
||||
width:420px
|
||||
}
|
||||
#more_info_sheets .product_desc .clear_product_desc{
|
||||
clear:both;
|
||||
height:0px;
|
||||
line-height:0px
|
||||
}
|
||||
|
||||
/* Make sure lists are correctly displayed in tinyMCE BO edition mode too */
|
||||
#short_description_content ul,
|
||||
#short_description_content ol,
|
||||
|
||||
@@ -537,12 +537,12 @@ var fieldRequired = '{l s='Please fill in all required fields, then save the cus
|
||||
<a href="{$accessoryLink|escape:'htmlall':'UTF-8'}">{$accessory.name|escape:'htmlall':'UTF-8'}</a>
|
||||
{if $accessory.show_price AND !isset($restricted_country_mode) AND !$PS_CATALOG_MODE} - <span class="price">{if $priceDisplay != 1}{displayWtPrice p=$accessory.price}{else}{displayWtPrice p=$accessory.price_tax_exc}{/if}</span>{/if}
|
||||
</h5>
|
||||
<div class="product_desc" style="margin-top:5px">
|
||||
<a style="float:left" href="{$accessoryLink|escape:'htmlall':'UTF-8'}" title="{$accessory.legend|escape:'htmlall':'UTF-8'}" class="product_image"><img src="{$link->getImageLink($accessory.link_rewrite, $accessory.id_image, 'medium')}" alt="{$accessory.legend|escape:'htmlall':'UTF-8'}" width="{$mediumSize.width}" height="{$mediumSize.height}" /></a>
|
||||
<div style="float:left;margin-left:10px;width:420px">
|
||||
<div class="product_desc">
|
||||
<a href="{$accessoryLink|escape:'htmlall':'UTF-8'}" title="{$accessory.legend|escape:'htmlall':'UTF-8'}" class="product_image"><img src="{$link->getImageLink($accessory.link_rewrite, $accessory.id_image, 'medium_default')}" alt="{$accessory.legend|escape:'htmlall':'UTF-8'}" width="{$mediumSize.width}" height="{$mediumSize.height}" /></a>
|
||||
<div class="block_description">
|
||||
<a href="{$accessoryLink|escape:'htmlall':'UTF-8'}" title="{l s='More'}" class="product_description">{$accessory.description_short|strip_tags|truncate:400:'...'}</a>
|
||||
</div>
|
||||
<div style="clear:both;height:0px;line-height:0px"> </div>
|
||||
<div class="clear_product_desc"> </div>
|
||||
</div>
|
||||
<p class="clearfix" style="margin-top:5px">
|
||||
<a class="button" href="{$accessoryLink|escape:'htmlall':'UTF-8'}" title="{l s='View'}">{l s='View'}</a>
|
||||
|
||||
Reference in New Issue
Block a user