From 12b449fe49f1f8eba25fbc823ec387f5d3003b10 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 19 Sep 2018 16:41:33 +0200 Subject: [PATCH] It's easier to select fields to show on list --- htdocs/core/class/html.form.class.php | 2 +- htdocs/core/class/html.formfile.class.php | 2 +- htdocs/core/lib/functions.lib.php | 2 +- htdocs/theme/eldy/style.css.php | 7 +++++-- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index 9f8fc711170..2c7b5e2fabb 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -6099,7 +6099,7 @@ class Form } if ($val['label']) { - $lis.='
  • '.dol_escape_htmltag($langs->trans($val['label'])).'
  • '; + $lis.='
  • '; $listcheckedstring.=(empty($val['checked'])?'':$key.','); } } diff --git a/htdocs/core/class/html.formfile.class.php b/htdocs/core/class/html.formfile.class.php index 9f2f82fb50c..5cca7233dd4 100644 --- a/htdocs/core/class/html.formfile.class.php +++ b/htdocs/core/class/html.formfile.class.php @@ -915,7 +915,7 @@ class FormFile if (! empty($file_list)) { $out='