Skip to content
Snippets Groups Projects
Commit a5fbf9bf authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

New: Modification de la forme de la fiche user pour permettre l'ajout d'une photo.

parent b78cea38
No related branches found
No related tags found
No related merge requests found
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
......@@ -329,7 +329,7 @@ else
print '<tr><td width="25%" valign="top">'.$langs->trans("Lastname").'</td>';
print '<td colspan="2" width="50%" class="valeur">'.$fuser->nom.'</td>';
print '<td align=center valign=top width="50%" rowspan="8">';
print '<td align="center" valign="middle" width="50%" rowspan="8">';
if (file_exists($conf->users->dir_output."/".$fuser->id.".jpg"))
{
print '<img src="'.DOL_URL_ROOT.'/image.php?modulepart=userphoto&file='.$fuser->id.'.jpg">';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment