From ca85e8b577b87edd904bb659903477774988189d Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 27 Sep 2010 16:23:58 +0000 Subject: [PATCH] Test: reorder line with jquery --- htdocs/core/class/commonobject.class.php | 4 +++- htdocs/core/tpl/ajaxrow.tpl.php | 10 +++++----- htdocs/theme/eldy/style.css.php | 3 --- 3 files changed, 8 insertions(+), 9 deletions(-) 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; }