From 457050f1c52042757187602fa564e2597fdae611 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 6 May 2021 18:45:20 +0200 Subject: [PATCH] Add pen to edit dictionary --- htdocs/admin/dict.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/htdocs/admin/dict.php b/htdocs/admin/dict.php index 174abe5a2c0..f8a782a54e5 100644 --- a/htdocs/admin/dict.php +++ b/htdocs/admin/dict.php @@ -2167,15 +2167,14 @@ if ($id) { } else { print $langs->trans($tablib[$i]); } - print $form->textwithpicto('', $langs->trans("Table").': '.$tabname[$i]); print ''; print ''; - /*if (empty($tabcond[$i])) - { - print info_admin($langs->trans("DictionaryDisabledSinceNoModuleNeedIt"),1); - }*/ + print ''; + print img_picto('Edit', 'edit', ''); + print ''; print ''; print ''; + print $form->textwithpicto('', $langs->trans("Table").': '.$tabname[$i]); print ''; print ''; $lastlineisempty = false;