ajout de log pour les actions effectuees + affichage du champ adresse pour les exterieurs

darcs-hash:20061031223945-f46e9-7a48863dd01d6f759a91aeb8ccd070a205351158.gz
This commit is contained in:
gdetrez 2006-10-31 23:39:45 +01:00
parent 981b249a2e
commit ccdb2c0b40
2 changed files with 37 additions and 9 deletions

View file

@ -36,9 +36,20 @@
<div class="clear"></div>
</dd>
#if $getVar('adherent.adresse', False)
<dt>Adresse :</dt>
<dd>
$adherent.adresse.ligne1 <br />
#if $adherent.adresse.ligne2 != u' '
$adherent.adresse.ligne2 <br />
#end if
$adherent.adresse.cp $adherent.adresse.ville
</dd>
#else
<dt>Chambre :</dt>
<dd>$adherent.chambre</dd>
<dt>Solde :</dt>
#end if
<dt>Solde :</dt>
<dd>
$adherent.solde &euro;
<span class="actions"><a href="rechargerCompteImpression" onclick="return paypalWindow('$adherent.telephone')">modifier</a></span>