diff --git a/htdocs/core/class/commonobject.class.php b/htdocs/core/class/commonobject.class.php index bc114930e7a..114166e42b4 100644 --- a/htdocs/core/class/commonobject.class.php +++ b/htdocs/core/class/commonobject.class.php @@ -1374,7 +1374,9 @@ class CommonObject print ''.$langs->trans('Qty').''; print ''.$langs->trans('ReductionShort').''; print ''.$langs->trans('TotalHTShort').''; - print ' '; + print ' '; + print ' '; + print ' '; print "\n"; } diff --git a/htdocs/core/tpl/ajaxrow.tpl.php b/htdocs/core/tpl/ajaxrow.tpl.php index f0b75716a60..0fc1e047b5a 100644 --- a/htdocs/core/tpl/ajaxrow.tpl.php +++ b/htdocs/core/tpl/ajaxrow.tpl.php @@ -23,8 +23,8 @@ diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index a692730ad6b..a637f57119d 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -155,9 +155,6 @@ form { margin: 0em 0em 0em 0em; } -.dragHandle { -} - .dragClass { background: #b3c5cc; }