From a59c3ab0be8afec547d419d5c541da8a0be1fbb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Wed, 30 Oct 2019 18:55:04 +0100 Subject: [PATCH] Update index.php --- htdocs/comm/mailing/index.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/htdocs/comm/mailing/index.php b/htdocs/comm/mailing/index.php index e5d096dea26..701dd2d4716 100644 --- a/htdocs/comm/mailing/index.php +++ b/htdocs/comm/mailing/index.php @@ -60,6 +60,7 @@ print '
'; // Recherche emails print '
'; print ''; + print '
'; print ''; print ''; print ''; - print "
'.$langs->trans("SearchAMailing").'
'; @@ -68,7 +69,7 @@ print '
'; print '
'; print $langs->trans("Other").':

\n"; + print "

\n"; //} @@ -160,6 +161,7 @@ $sql.= " ORDER BY m.date_creat DESC"; $sql.= " LIMIT ".$limit; $result=$db->query($sql); if ($result) { + print '
'; print ''; print ''; print ''; @@ -193,7 +195,7 @@ if ($result) { { print ''; } - print "
'.$langs->trans("LastMailings", $limit).'
'.$langs->trans("None").'

"; + print "

"; $db->free($result); } else