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

Fix: We must ue the "small" size of imge to show on card pages.

parent 49a325e7
No related branches found
No related tags found
No related merge requests found
......@@ -1783,7 +1783,7 @@ else
// Photo
print '<td align="center" valign="middle" width="25%" rowspan="'.$rowspan.'">';
print $form->showphoto('userphoto',$object,100,0,$caneditfield);
print $form->showphoto('userphoto',$object,100,0,$caneditfield,'photowithmargin','small');
print '</td>';
print '</tr>';
......
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