*** empty log message ***
This commit is contained in:
parent
07404e0a08
commit
4b9a7f15c7
@ -46,11 +46,6 @@ if ($result)
|
|||||||
|
|
||||||
print_barre_liste("Dons", $page, $PHP_SELF);
|
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 '<TABLE border="0" cellspacing="0" cellpadding="4">';
|
||||||
print '<TR class="liste_titre">';
|
print '<TR class="liste_titre">';
|
||||||
print "<td> </td>";
|
print "<td> </td>";
|
||||||
|
|||||||
@ -66,7 +66,7 @@ if ($result)
|
|||||||
$num = $db->num_rows();
|
$num = $db->num_rows();
|
||||||
$i = 0;
|
$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 "<TABLE border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"4\">";
|
||||||
|
|
||||||
print '<TR class="liste_titre">';
|
print '<TR class="liste_titre">';
|
||||||
|
|||||||
@ -21,6 +21,11 @@
|
|||||||
*/
|
*/
|
||||||
require("../../main.inc.php3");
|
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 = "") {
|
function llxHeader($head = "") {
|
||||||
global $user, $conf;
|
global $user, $conf;
|
||||||
|
|
||||||
|
|||||||
@ -32,24 +32,7 @@ llxHeader();
|
|||||||
td.dash { border: 1px dashed #c0C0C0; }
|
td.dash { border: 1px dashed #c0C0C0; }
|
||||||
</style>
|
</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
|
<?PHP
|
||||||
llxFooter("<em>Dernière modification $Date$ révision $Revision$</em>");
|
llxFooter("<em>Dernière modification $Date$ révision $Revision$</em>");
|
||||||
?>
|
?>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user