nettoyage

This commit is contained in:
Regis Houssin 2007-08-03 06:32:39 +00:00
parent 46dd427022
commit 935079c5d9

View File

@ -550,7 +550,7 @@ if (sizeof($boxarray))
print '<table width="100%" class="notopnoleftnoright">';
print '<td>'."\n";
// Affichage colonne gauche (boites paires)
// Affichage colonne gauche
print '<div id="left" style="width: 50%; padding: 0px; margin: 0px; float: left;">'."\n";
$ii=0;
foreach ($boxarray as $key => $box)
@ -573,7 +573,7 @@ if (sizeof($boxarray))
print '</div>';
print "\n";
// Affichage colonne droite (boites impaires)
// Affichage colonne droite
print '<div id="right" style="width: 50%; padding: 0px; margin: 0px; float: right;">'."\n";
$ii=0;
foreach ($boxarray as $key => $box)