diff --git a/htdocs/adherents/admin/adherent_extrafields.php b/htdocs/adherents/admin/adherent_extrafields.php index d94686da7ef..2fa5af1cc1b 100755 --- a/htdocs/adherents/admin/adherent_extrafields.php +++ b/htdocs/adherents/admin/adherent_extrafields.php @@ -70,7 +70,7 @@ print_fiche_titre($langs->trans("MembersSetup"),$linkback,'setup'); $head = member_admin_prepare_head(); -dol_fiche_head($head, 'attributes', $langs->trans("Member"), 0, 'user'); +dol_fiche_head($head, 'attributes', $langs->trans("Members"), 0, 'user'); print $langs->trans("DefineHereComplementaryAttributes",$textobject).'
'."\n"; @@ -105,7 +105,6 @@ foreach($extrafields->attribute_type as $key => $value) print ''.img_edit().''; print "  ".img_delete()."\n"; print ""; - // $i++; } print ""; @@ -124,8 +123,8 @@ if ($action != 'create' && $action != 'edit') /* ************************************************************************** */ /* */ -/* Creation d'un champ optionnel - /* */ +/* Creation d'un champ optionnel */ +/* */ /* ************************************************************************** */ if ($action == 'create')