Fix: Do not force size. Must be done by function or css.
This commit is contained in:
parent
8630f397bc
commit
bb355ec7bd
@ -1507,9 +1507,9 @@ else
|
||||
if ($showlogo || $showbarcode)
|
||||
{
|
||||
$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 ($showbarcode) $htmllogobar.=$form->showbarcode($object,50);
|
||||
if ($showbarcode) $htmllogobar.=$form->showbarcode($object);
|
||||
$htmllogobar.='</td>';
|
||||
}
|
||||
|
||||
@ -1937,7 +1937,6 @@ else
|
||||
if (empty($conf->global->SOCIETE_DISABLE_BUILDDOC))
|
||||
{
|
||||
print '<div class="fichecenter"><div class="fichethirdleft">';
|
||||
//print '<table width="100%"><tr><td valign="top" width="50%">';
|
||||
print '<a name="builddoc"></a>'; // ancre
|
||||
|
||||
/*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user