From e353d4a42dfaba0dad394877f59de380936b822f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 1 Sep 2020 03:59:57 +0200 Subject: [PATCH] Add tooltip if label truncated --- htdocs/comm/action/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/action/list.php b/htdocs/comm/action/list.php index d78346efe74..31274bee5fd 100644 --- a/htdocs/comm/action/list.php +++ b/htdocs/comm/action/list.php @@ -716,7 +716,7 @@ if ($resql) // Label if (!empty($arrayfields['a.label']['checked'])) { - print ''; + print ''; print $actionstatic->label; print ''; }