Modif mineure style d'une table

This commit is contained in:
Rodolphe Quiedeville 2004-08-10 14:56:43 +00:00
parent 83846a8942
commit 5a83fac91e

View File

@ -64,7 +64,7 @@ if ($db->query($sql))
$db->free(); $db->free();
} }
print '<table class="noborder" width="100%" cellspacing="0" cellpadding="4">'; print '<table class="noborder" width="100%" cellspacing="0" cellpadding="3">';
print '<tr class="liste_titre"><td colspan="2">Nombre</td></tr>'; print '<tr class="liste_titre"><td colspan="2">Nombre</td></tr>';
if (defined("MAIN_MODULE_PRODUIT") && MAIN_MODULE_PRODUIT) if (defined("MAIN_MODULE_PRODUIT") && MAIN_MODULE_PRODUIT)
{ {