From f703ce5257e51c2b120f6e46b65874905aa5f0db Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 2 Nov 2006 02:07:10 +0000 Subject: [PATCH] =?UTF-8?q?Am=E9lioration=20pr=E9sentation=20statut=20d'en?= =?UTF-8?q?voi=20de=20chaque=20destinataire?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/comm/mailing/cibles.php | 2 +- htdocs/comm/mailing/fiche.php | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/htdocs/comm/mailing/cibles.php b/htdocs/comm/mailing/cibles.php index 23a9ca3218e..c0594f16c7d 100644 --- a/htdocs/comm/mailing/cibles.php +++ b/htdocs/comm/mailing/cibles.php @@ -317,7 +317,7 @@ if ($mil->fetch($_REQUEST["id"]) >= 0) } else { - print ''.$langs->trans("Date").''; + print_liste_field_titre($langs->trans("Date"),$_SERVER["PHP_SELF"],"mc.date_envoi",$addu,'','align="center"',$sortfield); } // Statut diff --git a/htdocs/comm/mailing/fiche.php b/htdocs/comm/mailing/fiche.php index 04bf39f5bc2..f6321edb25e 100644 --- a/htdocs/comm/mailing/fiche.php +++ b/htdocs/comm/mailing/fiche.php @@ -421,6 +421,8 @@ else $formmail->param["returnurl"]=DOL_URL_ROOT."/comm/mailing/fiche.php?id=".$mil->id; $formmail->show_form(); + + print '
'; } }