diff --git a/htdocs/adherents/fiche.php b/htdocs/adherents/fiche.php index e8d22732fc6..d294737fa6f 100644 --- a/htdocs/adherents/fiche.php +++ b/htdocs/adherents/fiche.php @@ -919,8 +919,8 @@ if ($action == 'create') print ''; // Moral-Physique - $morphys["phy"] = "Physique"; - $morphys["mor"] = "Morale"; + $morphys["phy"] = $langs->trans("Physical"); + $morphys["mor"] = $langs->trans("Moral"); print '\n"; @@ -1226,7 +1226,11 @@ if ($rowid && $action != 'edit') print ''; // Country - print ''; + print ''; // State print '';
'.$langs->trans("Person")."\n"; $html->select_array("morphy", $morphys, isset($_POST["morphy"])?$_POST["morphy"]:$adh->morphy, 1); print "
'.$langs->trans("Zip").' / '.$langs->trans("Town").''.$adh->cp.' '.$adh->ville.'
'.$langs->trans("Country").''.getCountry($adh->pays_id).'
'.$langs->trans("Country").''; + $img=picto_from_langcode($adh->pays_code); + if ($img) print $img.' '; + print getCountry($adh->pays_code); + print '
'.$langs->trans('State').''.$adh->departement.'