From fd34d60da36b60af65d465ad8b407d7f80e2a0ec Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 10 Sep 2023 22:04:28 +0200 Subject: [PATCH] FIX Look and feel search v18 --- htdocs/admin/translation.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/htdocs/admin/translation.php b/htdocs/admin/translation.php index ec7d1a5b425..5895ea5905d 100644 --- a/htdocs/admin/translation.php +++ b/htdocs/admin/translation.php @@ -621,6 +621,10 @@ if ($mode == 'searchkey') { print ''."\n"; } + if (empty($recordtoshow)) { + print ''.$langs->trans("NoRecordFound").''; + } + print ''; print ''; }