Suite dev drag and drop des boites
This commit is contained in:
parent
d12e028837
commit
7f67595eda
@ -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 '<table class="nobordernopadding" width="100%"><tr><td align="left">';
|
||||
}
|
||||
@ -131,7 +131,7 @@ class ModeleBoxes
|
||||
{
|
||||
print ' <a href="'.$head['sublink'].'" target="_new">'.img_picto($head['subtext'],$head['subpicto']).'</a>';
|
||||
}
|
||||
if ($conf->use_ajax)
|
||||
if ($conf->use_ajax && $conf->browser->firefox)
|
||||
{
|
||||
print '</td><td class="nocellnopadd" width="14">';
|
||||
print img_picto($langs->trans("Move"),'uparrow','style="cursor:move;"');
|
||||
|
||||
@ -570,7 +570,7 @@ if (sizeof($boxarray))
|
||||
print "</table>";
|
||||
}
|
||||
|
||||
if ($conf->use_ajax && $conf->browser->firefox && $conf->global->MAIN_SHOW_DEVELOPMENT_MODULES)
|
||||
if ($conf->use_ajax && $conf->browser->firefox)
|
||||
{
|
||||
print '<script type="text/javascript" language="javascript">'."\n";
|
||||
for ($ii=0, $ni=sizeof($boxarray); $ii < $ni; $ii++)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user