13161 - change labels of images in admin category form
This commit is contained in:
parent
5b48817a65
commit
1289b0903d
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user