13161 - change labels of images in admin category form

This commit is contained in:
Rodney Figaro 2017-05-12 11:33:30 +02:00
parent 5b48817a65
commit 1289b0903d

View File

@ -96,7 +96,7 @@ class AdminCategoriesController extends AdminCategoriesControllerCore
),
array(
'type' => 'file',
'label' => $this->l('Logo'),
'label' => $this->l('Logo menu'),
'name' => 'logo',
'display_image' => true,
'image' => $image_logo['thumb'] ? $image_logo['thumb'] : false,
@ -105,7 +105,7 @@ class AdminCategoriesController extends AdminCategoriesControllerCore
),
array(
'type' => 'file',
'label' => $this->l('Fond'),
'label' => $this->l('Logo gauche (bloc produits)'),
'name' => 'bkg',
'display_image' => true,
'image' => $image_bkg['thumb'] ? $image_bkg['thumb'] : false,