diff --git a/htdocs/adherents/admin/adherent_extrafields.php b/htdocs/adherents/admin/adherent_extrafields.php index d94686da7ef81d9748c99606744f6f946bafd423..2fa5af1cc1b32fe400e830324ee051aeed723452 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).'<br>'."\n"; @@ -105,7 +105,6 @@ foreach($extrafields->attribute_type as $key => $value) print '<td align="right"><a href="'.$_SERVER["PHP_SELF"].'?action=edit&attrname='.$key.'">'.img_edit().'</a>'; print " <a href=\"".$_SERVER["PHP_SELF"]."?action=delete&attrname=".$key."\">".img_delete()."</a></td>\n"; print "</tr>"; - // $i++; } print "</table>"; @@ -124,8 +123,8 @@ if ($action != 'create' && $action != 'edit') /* ************************************************************************** */ /* */ -/* Creation d'un champ optionnel - /* */ +/* Creation d'un champ optionnel */ +/* */ /* ************************************************************************** */ if ($action == 'create')