Fix: no drag no drop for title

This commit is contained in:
Regis Houssin 2010-09-28 18:21:01 +00:00
parent 7c890a0daa
commit a1347e6ec2

View File

@ -1376,7 +1376,7 @@ class CommonObject
print '<td align="right" width="50">'.$langs->trans('TotalHTShort').'</td>';
print '<td width="10">&nbsp;</td>';
print '<td width="10">&nbsp;</td>';
print '<td class="tdlineupdown" nowrap="nowrap">&nbsp;</td>'; // No width to allow autodim
print '<td nowrap="nowrap">&nbsp;</td>'; // No width to allow autodim
print "</tr>\n";
}