diff --git a/htdocs/admin/mails_templates.php b/htdocs/admin/mails_templates.php index be86f35e0dc..6b7e40ce84a 100644 --- a/htdocs/admin/mails_templates.php +++ b/htdocs/admin/mails_templates.php @@ -1306,7 +1306,7 @@ if ($num) { // If no record found if ($nbqualified == 0) { - $colspan = 10; + $colspan = 12; print ''.$langs->trans("NoRecordFound").''; }