diff --git a/htdocs/public/members/new.php b/htdocs/public/members/new.php index be1a574e3fe..d8c25bbebbb 100644 --- a/htdocs/public/members/new.php +++ b/htdocs/public/members/new.php @@ -642,7 +642,7 @@ if (empty($conf->global->ADHERENT_LOGIN_NOT_REQUIRED)) { print ''.$langs->trans("PasswordAgain").' *'."\n"; } // Birthday -print ''.$langs->trans("DateToBirth").''; +print ''.$langs->trans("DateOfBirth").''; print $form->selectDate($birthday, 'birth', 0, 0, 1, "newmember", 1, 0); print ''."\n"; // Photo diff --git a/htdocs/public/members/public_list.php b/htdocs/public/members/public_list.php index e6c6e040a97..a19c1212761 100644 --- a/htdocs/public/members/public_list.php +++ b/htdocs/public/members/public_list.php @@ -153,7 +153,7 @@ if ($result) { print ''; print ''.dolGetFirstLastname($langs->trans("Firstname"), $langs->trans("Lastname")).''; print ''.$langs->trans("Company").''."\n"; - //print_liste_field_titre("DateToBirth", $_SERVER["PHP_SELF"],"birth",'',$param,$sortfield,$sortorder); // est-ce nécessaire ?? + //print_liste_field_titre("DateOfBirth", $_SERVER["PHP_SELF"],"birth",'',$param,$sortfield,$sortorder); // est-ce nécessaire ?? print_liste_field_titre("EMail", $_SERVER["PHP_SELF"], "email", '', $param, '', $sortfield, $sortorder, 'public_'); print_liste_field_titre("Zip", $_SERVER["PHP_SELF"], "zip", "", $param, '', $sortfield, $sortorder, 'public_'); print_liste_field_titre("Town", $_SERVER["PHP_SELF"], "town", "", $param, '', $sortfield, $sortorder, 'public_');