From ed9257cdffaebdbdc0d0edf7bd75fb9f906877e8 Mon Sep 17 00:00:00 2001 From: Andre Cianfarani Date: Wed, 1 Mar 2006 17:04:53 +0000 Subject: [PATCH] modifs pour date en popup --- htdocs/adherents/fiche.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/htdocs/adherents/fiche.php b/htdocs/adherents/fiche.php index ecff80d98ea..fc0c884d673 100644 --- a/htdocs/adherents/fiche.php +++ b/htdocs/adherents/fiche.php @@ -416,7 +416,7 @@ if ($action == 'create') { print_titre($langs->trans("NewMember")); - print "
\n"; + print "\n"; print ''; print ''; @@ -467,7 +467,7 @@ if ($action == 'create') // Boite cotisations print '
'; print "\n"; if (defined("ADHERENT_BANK_USE") && ADHERENT_BANK_USE) @@ -762,7 +762,7 @@ if ($rowid) { print "
".$langs->trans("DateSubscription")."\n"; - $htmls->select_date(); + $htmls->select_date('','','','','','add'); print "
\n"; - print ''; + print ''; print ''; print ''; @@ -791,11 +791,11 @@ if ($rowid) print '";
'.$langs->trans("DateSubscription").''; if ($adh->datefin > 0) { - $html->select_date($adh->datefin + (3600*24)); + $html->select_date($adh->datefin + (3600*24),'','','','',"cotisation"); } else { - $html->select_date(); + $html->select_date('','','','','',"cotisation"); } print "