From cf58bd27ea4e46b564016b1ed7fe0fcd179745ee Mon Sep 17 00:00:00 2001 From: Maxime Kohlhaas Date: Thu, 8 Jun 2023 23:16:05 +0200 Subject: [PATCH] Fix mails template list colspan when no records --- htdocs/admin/mails_templates.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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").''; }