*** empty log message ***
This commit is contained in:
parent
ea1f60d18a
commit
928e0f86ce
@ -46,6 +46,8 @@ function llxHeader($head = "") {
|
|||||||
|
|
||||||
$menu = new Menu();
|
$menu = new Menu();
|
||||||
|
|
||||||
|
$menu->add("/compta/dons/","Dons");
|
||||||
|
|
||||||
$menu->add("/compta/facture.php3","Factures");
|
$menu->add("/compta/facture.php3","Factures");
|
||||||
$menu->add_submenu("paiement.php3","Paiements");
|
$menu->add_submenu("paiement.php3","Paiements");
|
||||||
|
|
||||||
|
|||||||
@ -73,7 +73,7 @@
|
|||||||
|
|
||||||
<tr id="montant">
|
<tr id="montant">
|
||||||
<script language="php">
|
<script language="php">
|
||||||
print $don->amount;
|
print number_format($don->amount, 2, '.', ' ');
|
||||||
</script>
|
</script>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
|||||||
@ -29,8 +29,8 @@
|
|||||||
<br />
|
<br />
|
||||||
<a href="donations.fr.php">Dons</a><br />
|
<a href="donations.fr.php">Dons</a><br />
|
||||||
<script language="php">
|
<script language="php">
|
||||||
require("/var/www/www.eucd.info/htdocs/thermometer.php");
|
//require("/var/www/www.eucd.info/htdocs/thermometer.php");
|
||||||
print moneyMeter($totaal_ontvangen+$post_donaties+$post_sponsoring, $totaal_pending, $post_intent);
|
//print moneyMeter($totaal_ontvangen+$post_donaties+$post_sponsoring, $totaal_pending, $post_intent);
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
@ -49,7 +49,7 @@
|
|||||||
</table>
|
</table>
|
||||||
<p>
|
<p>
|
||||||
La FSF France s'engage à n'utliser vos informations personnelles
|
La FSF France s'engage à n'utliser vos informations personnelles
|
||||||
qu'exclusiement pour le traitement de votre don.
|
qu'exclusivement pour le traitement de votre don.
|
||||||
</p>
|
</p>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
@ -118,7 +118,7 @@
|
|||||||
Montant
|
Montant
|
||||||
</td>
|
</td>
|
||||||
<td class="valeur">
|
<td class="valeur">
|
||||||
<xsl:apply-templates select="@*|node()"/>
|
<xsl:apply-templates select="@*|node()"/> euros
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user