Update create.php
$help_url = 'EN:Module_Products#Variants';
llxHeader('', $title, $help_url);
This commit is contained in:
parent
d881c73e58
commit
b7aed07284
@ -59,9 +59,12 @@ $langs->load('products');
|
|||||||
* View
|
* View
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
$help_url = 'EN:Module_Products#Variants';
|
||||||
|
|
||||||
$title = $langs->trans('NewProductAttribute');
|
$title = $langs->trans('NewProductAttribute');
|
||||||
|
|
||||||
llxHeader('', $title);
|
llxHeader('', $title, $help_url);
|
||||||
|
|
||||||
|
|
||||||
print load_fiche_titre($title);
|
print load_fiche_titre($title);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user