Fix: picto
This commit is contained in:
parent
0d6baa4288
commit
474a67a4a4
@ -68,7 +68,7 @@ print_fiche_titre($text);
|
|||||||
// Show tabs
|
// Show tabs
|
||||||
$head=marges_prepare_head($user);
|
$head=marges_prepare_head($user);
|
||||||
$titre=$langs->trans("Margins");
|
$titre=$langs->trans("Margins");
|
||||||
$picto='marges@marges';
|
$picto='marges';
|
||||||
dol_fiche_head($head, 'agentMargins', $titre, 0, $picto);
|
dol_fiche_head($head, 'agentMargins', $titre, 0, $picto);
|
||||||
|
|
||||||
print '<form method="post" name="sel">';
|
print '<form method="post" name="sel">';
|
||||||
|
|||||||
@ -70,7 +70,7 @@ print_fiche_titre($text);
|
|||||||
// Show tabs
|
// Show tabs
|
||||||
$head=marges_prepare_head($user);
|
$head=marges_prepare_head($user);
|
||||||
$titre=$langs->trans("Margins");
|
$titre=$langs->trans("Margins");
|
||||||
$picto='marges@marges';
|
$picto='marges';
|
||||||
dol_fiche_head($head, 'customerMargins', $titre, 0, $picto);
|
dol_fiche_head($head, 'customerMargins', $titre, 0, $picto);
|
||||||
|
|
||||||
print '<form method="post" name="sel">';
|
print '<form method="post" name="sel">';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user