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