From a1347e6ec2d89063c2f0a12695320677f71a3309 Mon Sep 17 00:00:00 2001 From: Regis Houssin <regis@dolibarr.fr> Date: Tue, 28 Sep 2010 18:21:01 +0000 Subject: [PATCH] Fix: no drag no drop for title --- htdocs/core/class/commonobject.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/commonobject.class.php b/htdocs/core/class/commonobject.class.php index b4f5bfb6db0..266b50e6ac8 100644 --- a/htdocs/core/class/commonobject.class.php +++ b/htdocs/core/class/commonobject.class.php @@ -1376,7 +1376,7 @@ class CommonObject print '<td align="right" width="50">'.$langs->trans('TotalHTShort').'</td>'; print '<td width="10"> </td>'; print '<td width="10"> </td>'; - print '<td class="tdlineupdown" nowrap="nowrap"> </td>'; // No width to allow autodim + print '<td nowrap="nowrap"> </td>'; // No width to allow autodim print "</tr>\n"; } -- GitLab