From 49624c7b683c87cfc8f81d28ef226f78892a1514 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 18 Mar 2017 19:57:33 +0100 Subject: [PATCH] Useless bottom-border --- htdocs/admin/mails.php | 4 ++-- htdocs/admin/mails_templates.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/admin/mails.php b/htdocs/admin/mails.php index e0e23f75d18..6c01935ec39 100644 --- a/htdocs/admin/mails.php +++ b/htdocs/admin/mails.php @@ -228,7 +228,7 @@ if ($action == 'edit') print ''; print ''; - dol_fiche_head($head, 'common', ''); + dol_fiche_head($head, 'common', '', -1); print $langs->trans("EMailsDesc")."
\n"; print "
\n"; @@ -453,7 +453,7 @@ if ($action == 'edit') } else { - dol_fiche_head($head, 'common', ''); + dol_fiche_head($head, 'common', '', -1); print $langs->trans("EMailsDesc")."
\n"; print "
\n"; diff --git a/htdocs/admin/mails_templates.php b/htdocs/admin/mails_templates.php index 150f288e45d..90949c7980d 100644 --- a/htdocs/admin/mails_templates.php +++ b/htdocs/admin/mails_templates.php @@ -405,7 +405,7 @@ $head[$h][2] = 'templates'; $h++; -dol_fiche_head($head, 'templates', ''); +dol_fiche_head($head, 'templates', '', -1); // Confirmation de la suppression de la ligne if ($action == 'delete')