From 7f67595eda97a48099a21002e921b0f96f584ad7 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 5 Nov 2006 18:39:23 +0000 Subject: [PATCH] Suite dev drag and drop des boites --- htdocs/includes/boxes/modules_boxes.php | 4 ++-- htdocs/index.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/includes/boxes/modules_boxes.php b/htdocs/includes/boxes/modules_boxes.php index 608467251d2..e9db489cd91 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) + if ($conf->use_ajax && $conf->browser->firefox) { print '
'; } @@ -131,7 +131,7 @@ class ModeleBoxes { print ' '.img_picto($head['subtext'],$head['subpicto']).''; } - if ($conf->use_ajax) + if ($conf->use_ajax && $conf->browser->firefox) { print ''; print img_picto($langs->trans("Move"),'uparrow','style="cursor:move;"'); diff --git a/htdocs/index.php b/htdocs/index.php index 7fe0a6a48c5..309fcb3a7fb 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -570,7 +570,7 @@ if (sizeof($boxarray)) print "
"; } -if ($conf->use_ajax && $conf->browser->firefox && $conf->global->MAIN_SHOW_DEVELOPMENT_MODULES) +if ($conf->use_ajax && $conf->browser->firefox) { print '