[-] BO : #PSTEST-792 : Translation of scenes
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13400 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -193,8 +193,7 @@ class AdminScenesControllerCore extends AdminController
|
||||
.(Tools::getMaxUploadSize() / 1024).''.$this->l('KB max.').' '
|
||||
.$this->l('If larger than the image size setting, the image will be reduced to ')
|
||||
.' '.$large_scene_image_type['width'].'x'.$large_scene_image_type['height'].'px '
|
||||
.$this->l('(width x height). If smaller than the image-size setting, a white background will be added in order to achieve the
|
||||
correct image size.').'.<br />'.
|
||||
.$this->l('(width x height). If smaller than the image-size setting, a white background will be added in order to achieve the correct image size.').'<br />'.
|
||||
$this->l('Note: To change image dimensions, please change the \'large_scene\' image type settings to the desired size (in Back Office > Preferences > Images).');
|
||||
if ($obj->id && file_exists(_PS_SCENE_IMG_DIR_.$obj->id.'-large_scene.jpg'))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user