Fix: Do not force size. Must be done by function or css.

This commit is contained in:
Laurent Destailleur 2014-08-11 18:06:23 +02:00
parent 8630f397bc
commit bb355ec7bd

View File

@ -1507,9 +1507,9 @@ else
if ($showlogo || $showbarcode) if ($showlogo || $showbarcode)
{ {
$htmllogobar.='<td rowspan="'.$rowspan.'" style="text-align: center;" width="25%">'; $htmllogobar.='<td rowspan="'.$rowspan.'" style="text-align: center;" width="25%">';
if ($showlogo) $htmllogobar.=$form->showphoto('societe',$object,50); if ($showlogo) $htmllogobar.=$form->showphoto('societe',$object);
if ($showlogo && $showbarcode) $htmllogobar.='<br><br>'; if ($showlogo && $showbarcode) $htmllogobar.='<br><br>';
if ($showbarcode) $htmllogobar.=$form->showbarcode($object,50); if ($showbarcode) $htmllogobar.=$form->showbarcode($object);
$htmllogobar.='</td>'; $htmllogobar.='</td>';
} }
@ -1937,7 +1937,6 @@ else
if (empty($conf->global->SOCIETE_DISABLE_BUILDDOC)) if (empty($conf->global->SOCIETE_DISABLE_BUILDDOC))
{ {
print '<div class="fichecenter"><div class="fichethirdleft">'; print '<div class="fichecenter"><div class="fichethirdleft">';
//print '<table width="100%"><tr><td valign="top" width="50%">';
print '<a name="builddoc"></a>'; // ancre print '<a name="builddoc"></a>'; // ancre
/* /*