diff --git a/htdocs/core/tpl/ajaxrow.tpl.php b/htdocs/core/tpl/ajaxrow.tpl.php
index 852452eb267..f0b75716a60 100644
--- a/htdocs/core/tpl/ajaxrow.tpl.php
+++ b/htdocs/core/tpl/ajaxrow.tpl.php
@@ -18,20 +18,27 @@
* $Id$
*/
?>
-
+
diff --git a/htdocs/core/tpl/freeproductline_view.tpl.php b/htdocs/core/tpl/freeproductline_view.tpl.php
index ec68342c872..b1b44ffe06b 100644
--- a/htdocs/core/tpl/freeproductline_view.tpl.php
+++ b/htdocs/core/tpl/freeproductline_view.tpl.php
@@ -87,7 +87,7 @@
1) { ?>
-
+ |
0) { ?>
id.'&action=up&rowid='.$line->id; ?>">
diff --git a/htdocs/core/tpl/predefinedproductline_view.tpl.php b/htdocs/core/tpl/predefinedproductline_view.tpl.php
index 6494a43ccb5..009b0d1b129 100644
--- a/htdocs/core/tpl/predefinedproductline_view.tpl.php
+++ b/htdocs/core/tpl/predefinedproductline_view.tpl.php
@@ -76,7 +76,7 @@
|
1) { ?>
-
+ |
0) { ?>
id.'&action=up&rowid='.$line->id; ?>">
diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php
index 42fa190ff17..cdfb366355e 100644
--- a/htdocs/theme/auguria/style.css.php
+++ b/htdocs/theme/auguria/style.css.php
@@ -151,6 +151,9 @@ form {
padding: 0em 0em 0em 0em;
margin: 0em 0em 0em 0em;
}
+.showDragHandle {
+ cursor: move;
+}
/* ============================================================================== */
diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
index f7d58e916a6..343591b843f 100644
--- a/htdocs/theme/eldy/style.css.php
+++ b/htdocs/theme/eldy/style.css.php
@@ -154,7 +154,9 @@ form {
padding: 0em 0em 0em 0em;
margin: 0em 0em 0em 0em;
}
-
+.showDragHandle {
+ cursor: move;
+}
/* ============================================================================== */
/* Styles de positionnement des zones */
diff --git a/htdocs/theme/freelug/style.css.php b/htdocs/theme/freelug/style.css.php
index 78e63f2b231..2dd09391b0a 100644
--- a/htdocs/theme/freelug/style.css.php
+++ b/htdocs/theme/freelug/style.css.php
@@ -153,6 +153,9 @@ form
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
+.showDragHandle {
+ cursor: move;
+}
/* ============================================================================== */
diff --git a/htdocs/theme/yellow/style.css.php b/htdocs/theme/yellow/style.css.php
index 9c4a08c2d23..cc8c628f2b0 100644
--- a/htdocs/theme/yellow/style.css.php
+++ b/htdocs/theme/yellow/style.css.php
@@ -141,6 +141,9 @@ form
padding: 0em 0em 0em 0em;
margin: 0em 0em 0em 0em;
}
+.showDragHandle {
+ cursor: move;
+}
/* ============================================================================== */
|