diff --git a/htdocs/adherents/fiche.php b/htdocs/adherents/fiche.php index 51f4c2ccf2f..7723341dfa4 100644 --- a/htdocs/adherents/fiche.php +++ b/htdocs/adherents/fiche.php @@ -306,8 +306,23 @@ if ($rowid > 0) print ''; print ''; - print ''; - + print ''; + + print ''; + + print ''; + if ($adh->datefin < time()) + { + print ''; + print ''; print ''; @@ -321,7 +336,7 @@ if ($rowid > 0) { print_date_select(); } - print ""; + print ""; print "
Fin adhésion'.strftime("%d %B %Y",$adh->datefin).' 
'; + + print 'Fin adhésion'; + } + else + { + print ''; + } + print strftime("%d %B %Y",$adh->datefin).'  
Nouvelle adhésion
 
Mode de paiement\n"; $paiement = new Paiement($db);