Fix: fonctionne sous IE7
This commit is contained in:
parent
53ac76856c
commit
27682f35a8
@ -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 '<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 && $conf->browser->firefox)
|
||||
if ($conf->use_ajax)
|
||||
{
|
||||
print '</td><td class="nocellnopadd" width="14">';
|
||||
print img_picto($langs->trans("Move"),'uparrow','style="cursor:move;"');
|
||||
|
||||
@ -598,7 +598,7 @@ if (sizeof($boxarray))
|
||||
print "</table>";
|
||||
}
|
||||
|
||||
if ($conf->use_ajax && $conf->browser->firefox)
|
||||
if ($conf->use_ajax)
|
||||
{
|
||||
$boxid = join(',',$boxid_left).','.join(',',$boxid_right);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user