*** empty log message ***

This commit is contained in:
Rodolphe Quiedeville 2002-12-21 18:08:01 +00:00
parent 07404e0a08
commit 4b9a7f15c7
4 changed files with 6 additions and 23 deletions

View File

@ -46,11 +46,6 @@ if ($result)
print_barre_liste("Dons", $page, $PHP_SELF);
$libelle[0] = "Promesses non validées";
$libelle[1] = "Promesses validées";
$libelle[2] = "Dons payés";
$libelle[3] = "Dons encaissés";
print '<TABLE border="0" cellspacing="0" cellpadding="4">';
print '<TR class="liste_titre">';
print "<td>&nbsp;</td>";

View File

@ -66,7 +66,7 @@ if ($result)
$num = $db->num_rows();
$i = 0;
print_barre_liste("Dons", $page, $PHP_SELF, "&statut=$statut");
print_barre_liste($libelle[$statut], $page, $PHP_SELF, "&statut=$statut");
print "<TABLE border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"4\">";
print '<TR class="liste_titre">';

View File

@ -21,6 +21,11 @@
*/
require("../../main.inc.php3");
$libelle[0] = "Promesses non validées";
$libelle[1] = "Promesses validées";
$libelle[2] = "Dons payés";
$libelle[3] = "Dons encaissés";
function llxHeader($head = "") {
global $user, $conf;

View File

@ -32,24 +32,7 @@ llxHeader();
td.dash { border: 1px dashed #c0C0C0; }
</style>
<table width="100%" cellspacing="3">
<tr>
<td width="50%" class="dash" valign="top">
<a href="/comm/"><?PHP print translate("Commercial"); ?></a>
<ul>
<li><a href="/comm/propal.php3">Propositions commerciales</a>
</ul>
</td>
<td width="50%" class="dash" valign="top">
<a href="/compta">Compta</a>
<ul>
<li><a href="/compta/resultat/">Résultat</A>
<li><a href="/compta/tva/">TVA</A>
</ul>
</td>
</tr>
</table>
<?PHP
llxFooter("<em>Derni&egrave;re modification $Date$ r&eacute;vision $Revision$</em>");
?>