Fix: Do not force size. Must be done by function or css.
This commit is contained in:
parent
4d9c72f944
commit
8630f397bc
@ -1423,7 +1423,7 @@ else
|
|||||||
print '<tr class="hideonsmartphone">';
|
print '<tr class="hideonsmartphone">';
|
||||||
print '<td>'.$langs->trans("Logo").'</td>';
|
print '<td>'.$langs->trans("Logo").'</td>';
|
||||||
print '<td colspan="3">';
|
print '<td colspan="3">';
|
||||||
if ($object->logo) print $form->showphoto('societe',$object,50);
|
if ($object->logo) print $form->showphoto('societe',$object);
|
||||||
$caneditfield=1;
|
$caneditfield=1;
|
||||||
if ($caneditfield)
|
if ($caneditfield)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user