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:
parent
981b249a2e
commit
ccdb2c0b40
2 changed files with 37 additions and 9 deletions
|
@ -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 €
|
||||
<span class="actions"><a href="rechargerCompteImpression" onclick="return paypalWindow('$adherent.telephone')">modifier</a></span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue