View Issue Details

IDProjectCategoryView StatusLast Update
0005027OXID eShop (all versions)3.2. HTML, CSS, JavaScriptpublic2013-03-28 07:54
Reporterray Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.7.3 / 5.0.3 revision 54408 
Fixed in Version4.8.0_5.1.0_beta1 
Summary0005027: hardcoded CSS in /tpl/widget/promoslider.tpl
Descriptionin promoslider.tpl there are hardcoded measurements for the slider pictures and shadows

 <img src="[{$oViewConf->getImageUrl('promo-shadowleft.png')}]" height="220" width="7" class="promoShadow" alt="">
    <img src="[{$oViewConf->getImageUrl('promo-shadowright.png')}]" height="220" width="7" class="promoShadow shadowRight" alt="">

<img src="[{ $sBannerPictureUrl }]" height="220" width="940" alt="[{$oBanner->oxactions__oxtitle->value}]">

please move those to CSS files
TagsNo tags attached.
ThemeAzure
BrowserAll
PHP Versionany
Database Versionany

Activities

mantas.vaitkunas

2013-03-28 07:54

reporter   ~0008544

Moved to CSS file.