From 6294ae61a81bfc7b63b7e8456ada5e17c2123028 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 28 Feb 2021 14:26:32 +0100 Subject: [PATCH] Look and feel v14 --- htdocs/core/class/html.formadmin.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/html.formadmin.class.php b/htdocs/core/class/html.formadmin.class.php index f58e567a37d..7f83b5f1bac 100644 --- a/htdocs/core/class/html.formadmin.class.php +++ b/htdocs/core/class/html.formadmin.class.php @@ -128,7 +128,7 @@ class FormAdmin continue; } - $valuetoshow .= ' '.picto_from_langcode($key, 'class="saturatemedium"'); + $valuetoshow = picto_from_langcode($key, 'class="saturatemedium"').' '.$valuetoshow; if ((string) $selected == (string) $keytouse) { $out .= ''; } else {