diff --git a/htdocs/includes/boxes/modules_boxes.php b/htdocs/includes/boxes/modules_boxes.php index e9db489cd91..6274ed6ac25 100644 --- a/htdocs/includes/boxes/modules_boxes.php +++ b/htdocs/includes/boxes/modules_boxes.php @@ -122,7 +122,7 @@ class ModeleBoxes if ($nbcol > 0) { print ' colspan="'.$nbcol.'"'; } print '>'; - if ($conf->use_ajax && $conf->browser->firefox) + if ($conf->use_ajax) { print '
| '; } @@ -131,7 +131,7 @@ class ModeleBoxes { print ' '.img_picto($head['subtext'],$head['subpicto']).''; } - if ($conf->use_ajax && $conf->browser->firefox) + if ($conf->use_ajax) { print ' | '; print img_picto($langs->trans("Move"),'uparrow','style="cursor:move;"'); diff --git a/htdocs/index.php b/htdocs/index.php index f9b262d13c6..e00669940fe 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -598,7 +598,7 @@ if (sizeof($boxarray)) print " |