diff --git a/htdocs/user/fiche.php b/htdocs/user/fiche.php index a6aa2113462..49d03b54f84 100644 --- a/htdocs/user/fiche.php +++ b/htdocs/user/fiche.php @@ -831,9 +831,11 @@ else print '
| '.$langs->trans("Ref").' | '; print ''; @@ -1478,7 +1482,7 @@ else { $langs->load("other"); print " | ||
| '.$langs->trans("LoginWebcal").' | '; - print ''; + print ' | '; if ($caneditfield) print ''; else print $fuser->webcal_login; print ' | |
| '.$langs->trans("LoginPhenix").' | '; - print ''; + print ' | '; if ($caneditfield) print ''; else print $fuser->phenix_login; print ' | |
| '.$langs->trans("PassPhenix").' | '; - print ''; + print ' | '; if ($caneditfield) print ''; else print eregi_replace('.','*',$fuser->phenix_pass_crypted); print ' | |