Modif d'affichage du titre 'Propale Envoyée'

This commit is contained in:
Rodolphe Quiedeville 2003-09-16 19:53:09 +00:00
parent 500428c54f
commit 91cf3e5973

View File

@ -648,7 +648,6 @@ if ($propalid)
* *
*/ */
print "</td><td valign=\"top\" width=\"50%\">"; print "</td><td valign=\"top\" width=\"50%\">";
print_titre("Propale envoyée");
/* /*
* *
*/ */
@ -659,9 +658,15 @@ if ($propalid)
{ {
$num = $db->num_rows(); $num = $db->num_rows();
$i = 0; $total = 0; $i = 0; $total = 0;
if ($num > 0)
{
print_titre("Propale envoyée");
print "<TABLE class=\"tablefsoc\" border=\"1\" width=\"100%\" cellspacing=\"0\" cellpadding=\"3\">"; print "<TABLE class=\"tablefsoc\" border=\"1\" width=\"100%\" cellspacing=\"0\" cellpadding=\"3\">";
print "<tr><td>Date</td><td>Auteur</td></TR>\n"; print "<tr><td>Date</td><td>Auteur</td></TR>\n";
while ($i < $num) while ($i < $num)
{ {
$objp = $db->fetch_object( $i); $objp = $db->fetch_object( $i);
@ -674,6 +679,7 @@ if ($propalid)
$i++; $i++;
} }
print "</table>"; print "</table>";
}
$db->free(); $db->free();
} }
else else