From 474a67a4a416472d766f5c1115fcdf924fcb069e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 22 Jul 2012 16:11:23 +0200 Subject: [PATCH] Fix: picto --- htdocs/margin/agentMargins.php | 2 +- htdocs/margin/customerMargins.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/margin/agentMargins.php b/htdocs/margin/agentMargins.php index ea719e508f8..f11db0f42f4 100644 --- a/htdocs/margin/agentMargins.php +++ b/htdocs/margin/agentMargins.php @@ -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 '
'; diff --git a/htdocs/margin/customerMargins.php b/htdocs/margin/customerMargins.php index 14c70a63ecb..979e67b6345 100644 --- a/htdocs/margin/customerMargins.php +++ b/htdocs/margin/customerMargins.php @@ -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 '';