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