Not nice looking
This commit is contained in:
parent
ba49cce47a
commit
ccfbd3614e
@ -1754,7 +1754,8 @@ else
|
|||||||
print '<tr><td>'.$langs->trans("Country").'</td><td colspan="'.(2+(($showlogo || $showbarcode)?0:1)).'" class="nowrap">';
|
print '<tr><td>'.$langs->trans("Country").'</td><td colspan="'.(2+(($showlogo || $showbarcode)?0:1)).'" class="nowrap">';
|
||||||
if (! empty($object->country_code))
|
if (! empty($object->country_code))
|
||||||
{
|
{
|
||||||
$img=picto_from_langcode($object->country_code);
|
//$img=picto_from_langcode($object->country_code);
|
||||||
|
$img='';
|
||||||
if ($object->isInEEC()) print $form->textwithpicto(($img?$img.' ':'').$object->country,$langs->trans("CountryIsInEEC"),1,0);
|
if ($object->isInEEC()) print $form->textwithpicto(($img?$img.' ':'').$object->country,$langs->trans("CountryIsInEEC"),1,0);
|
||||||
else print ($img?$img.' ':'').$object->country;
|
else print ($img?$img.' ':'').$object->country;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user