Fix: We must ue the "small" size of imge to show on card pages.
This commit is contained in:
parent
49a325e7ae
commit
dadc24462a
@ -1783,7 +1783,7 @@ else
|
|||||||
|
|
||||||
// Photo
|
// Photo
|
||||||
print '<td align="center" valign="middle" width="25%" rowspan="'.$rowspan.'">';
|
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 '</td>';
|
||||||
|
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user