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

This commit is contained in:
Laurent Destailleur 2016-01-22 14:14:39 +01:00
parent 49a325e7ae
commit dadc24462a

View File

@ -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>';