Fix: We must ue the "small" size of imge to show on card pages.
This commit is contained in:
parent
fedf1f3288
commit
49a325e7ae
@ -1213,7 +1213,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);
|
print $form->showphoto('userphoto',$object,100,0,0,'photowithmargin','small');
|
||||||
print '</td>';
|
print '</td>';
|
||||||
|
|
||||||
print '</tr>'."\n";
|
print '</tr>'."\n";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user