From 3e345570666c97558c8a67a7e2faae6d950cde4f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 6 May 2021 18:36:02 +0200 Subject: [PATCH] Clean code --- htdocs/admin/dict.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/htdocs/admin/dict.php b/htdocs/admin/dict.php index 72c33db2a0d..ef379a7b059 100644 --- a/htdocs/admin/dict.php +++ b/htdocs/admin/dict.php @@ -2138,7 +2138,7 @@ if ($id) { print ''; print ''; print ''; - print ''; + print ''; print ''; $showemptyline = ''; @@ -2167,6 +2167,7 @@ if ($id) { } else { print $langs->trans($tablib[$i]); } + print $form->textwithpicto('', $langs->trans("Table").': '.$tabname[$i]); print ''; print ''; - print ''; + print ''; + print ''; $lastlineisempty = false; } else { if (!$lastlineisempty) {
'.$langs->trans("Dictionary").''.$langs->trans("Table").'
'; /*if (empty($tabcond[$i])) @@ -2174,7 +2175,9 @@ if ($id) { print info_admin($langs->trans("DictionaryDisabledSinceNoModuleNeedIt"),1); }*/ print ''.$tabname[$i].'
'; + print '