From db8279b192a7e542cbd06b13374a98ab40ef4e78 Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Sun, 21 Mar 2021 22:06:08 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/main.inc.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 7f543617534..fb69dabed42 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -1985,13 +1985,13 @@ function top_menu_user($hideloginname = 0, $urllogout = '') $dropdownBody .= ' '.$langs->trans("ShowCompanyInfos").''; $dropdownBody .= '
'; - if(!empty($conf->global->MAIN_INFO_SIREN)) $dropdownBody .= '
'.$langs->transcountry("ProfId1Short", $mysoc->country_code).': '.$conf->global->MAIN_INFO_SIREN.' '.img_picto($langs->trans("HelpCopyToClipboardShort"), 'copy').''; - if(!empty($conf->global->MAIN_INFO_SIRET)) $dropdownBody .= '
'.$langs->transcountry("ProfId2Short", $mysoc->country_code).': '.$conf->global->MAIN_INFO_SIRET.' '.img_picto($langs->trans("HelpCopyToClipboardShort"), 'copy').''; - if(!empty($conf->global->MAIN_INFO_APE)) $dropdownBody .= '
'.$langs->transcountry("ProfId3Short", $mysoc->country_code).': '.$conf->global->MAIN_INFO_APE.' '.img_picto($langs->trans("HelpCopyToClipboardShort"), 'copy').''; - if(!empty($conf->global->MAIN_INFO_RCS)) $dropdownBody .= '
'.$langs->transcountry("ProfId4Short", $mysoc->country_code).': '.$conf->global->MAIN_INFO_RCS.' '.img_picto($langs->trans("HelpCopyToClipboardShort"), 'copy').''; - if(!empty($conf->global->MAIN_INFO_PROFID5)) $dropdownBody .= '
'.$langs->transcountry("ProfId5Short", $mysoc->country_code).': '.$conf->global->MAIN_INFO_PROFID5.' '.img_picto($langs->trans("HelpCopyToClipboardShort"), 'copy').''; - if(!empty($conf->global->MAIN_INFO_PROFID6)) $dropdownBody .= '
'.$langs->transcountry("ProfId6Short", $mysoc->country_code).': '.$conf->global->MAIN_INFO_PROFID6.' '.img_picto($langs->trans("HelpCopyToClipboardShort"), 'copy').''; - if(!empty($conf->global->MAIN_INFO_TVAINTRA)) $dropdownBody .= '
'.$langs->trans("VATIntraShort").': '.$conf->global->MAIN_INFO_TVAINTRA.' '.img_picto($langs->trans("HelpCopyToClipboardShort"), 'copy').''; + if (!empty($conf->global->MAIN_INFO_SIREN)) $dropdownBody .= '
'.$langs->transcountry("ProfId1Short", $mysoc->country_code).': '.$conf->global->MAIN_INFO_SIREN.' '.img_picto($langs->trans("HelpCopyToClipboardShort"), 'copy').''; + if (!empty($conf->global->MAIN_INFO_SIRET)) $dropdownBody .= '
'.$langs->transcountry("ProfId2Short", $mysoc->country_code).': '.$conf->global->MAIN_INFO_SIRET.' '.img_picto($langs->trans("HelpCopyToClipboardShort"), 'copy').''; + if (!empty($conf->global->MAIN_INFO_APE)) $dropdownBody .= '
'.$langs->transcountry("ProfId3Short", $mysoc->country_code).': '.$conf->global->MAIN_INFO_APE.' '.img_picto($langs->trans("HelpCopyToClipboardShort"), 'copy').''; + if (!empty($conf->global->MAIN_INFO_RCS)) $dropdownBody .= '
'.$langs->transcountry("ProfId4Short", $mysoc->country_code).': '.$conf->global->MAIN_INFO_RCS.' '.img_picto($langs->trans("HelpCopyToClipboardShort"), 'copy').''; + if (!empty($conf->global->MAIN_INFO_PROFID5)) $dropdownBody .= '
'.$langs->transcountry("ProfId5Short", $mysoc->country_code).': '.$conf->global->MAIN_INFO_PROFID5.' '.img_picto($langs->trans("HelpCopyToClipboardShort"), 'copy').''; + if (!empty($conf->global->MAIN_INFO_PROFID6)) $dropdownBody .= '
'.$langs->transcountry("ProfId6Short", $mysoc->country_code).': '.$conf->global->MAIN_INFO_PROFID6.' '.img_picto($langs->trans("HelpCopyToClipboardShort"), 'copy').''; + if (!empty($conf->global->MAIN_INFO_TVAINTRA)) $dropdownBody .= '
'.$langs->trans("VATIntraShort").': '.$conf->global->MAIN_INFO_TVAINTRA.' '.img_picto($langs->trans("HelpCopyToClipboardShort"), 'copy').''; $dropdownBody .= '
';