Fix: picto

This commit is contained in:
Laurent Destailleur 2012-07-22 16:11:23 +02:00
parent 0d6baa4288
commit 474a67a4a4
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ print_fiche_titre($text);
// Show tabs
$head=marges_prepare_head($user);
$titre=$langs->trans("Margins");
$picto='marges@marges';
$picto='marges';
dol_fiche_head($head, 'agentMargins', $titre, 0, $picto);
print '<form method="post" name="sel">';

View File

@ -70,7 +70,7 @@ print_fiche_titre($text);
// Show tabs
$head=marges_prepare_head($user);
$titre=$langs->trans("Margins");
$picto='marges@marges';
$picto='marges';
dol_fiche_head($head, 'customerMargins', $titre, 0, $picto);
print '<form method="post" name="sel">';