diff --git a/htdocs/adherents/card.php b/htdocs/adherents/card.php
index e52243a65be..15472558125 100644
--- a/htdocs/adherents/card.php
+++ b/htdocs/adherents/card.php
@@ -996,7 +996,8 @@ else
print '';
// EMail
- print '
| '.img_picto('', 'object_email').' '.($conf->global->ADHERENT_MAIL_REQUIRED ? '' : '').$langs->trans("EMail").($conf->global->ADHERENT_MAIL_REQUIRED ? '' : '').' | |
';
+ print '| '.($conf->global->ADHERENT_MAIL_REQUIRED ? '' : '').$langs->trans("EMail").($conf->global->ADHERENT_MAIL_REQUIRED ? '' : '').' | ';
+ print ''.img_picto('', 'object_email').' |
';
// Address
print '| '.$langs->trans("Address").' | ';
@@ -1033,13 +1034,16 @@ else
}
// Pro phone
- print ' |
| '.img_picto('', 'object_phoning').' '.$langs->trans("PhonePro").' | |
';
+ print '| '.$langs->trans("PhonePro").' | ';
+ print ''.img_picto('', 'object_phoning').' |
';
// Personal phone
- print '| '.img_picto('', 'object_phoning').' '.$langs->trans("PhonePerso").' | |
';
+ print '| '.$langs->trans("PhonePerso").' | ';
+ print ''.img_picto('', 'object_phoning').' |
';
// Mobile phone
- print '| '.img_picto('', 'object_phoning_mobile').' '.$langs->trans("PhoneMobile").' | |
';
+ print '| '.$langs->trans("PhoneMobile").' | ';
+ print ''.img_picto('', 'object_phoning_mobile').' |
';
if (!empty($conf->socialnetworks->enabled)) {
foreach ($socialnetworks as $key => $value) {
@@ -1249,7 +1253,8 @@ else
print '';
// EMail
- print '| '.img_picto('', 'object_email').' '.($conf->global->ADHERENT_MAIL_REQUIRED ? '' : '').$langs->trans("EMail").($conf->global->ADHERENT_MAIL_REQUIRED ? '' : '').' | email).'"> |
';
+ print '| '.($conf->global->ADHERENT_MAIL_REQUIRED ? '' : '').$langs->trans("EMail").($conf->global->ADHERENT_MAIL_REQUIRED ? '' : '').' | ';
+ print ''.img_picto('', 'object_email').' email).'"> |
';
// Address
print '| '.$langs->trans("Address").' | ';
@@ -1279,13 +1284,16 @@ else
}
// Pro phone
- print ' |
| '.img_picto('', 'object_phoning').' '.$langs->trans("PhonePro").' | phone).'"> |
';
+ print '| '.$langs->trans("PhonePro").' | ';
+ print ''.img_picto('', 'object_phoning').' phone).'"> |
';
// Personal phone
- print '| '.img_picto('', 'object_phoning').' '.$langs->trans("PhonePerso").' | phone_perso).'"> |
';
+ print '| '.$langs->trans("PhonePerso").' | ';
+ print ''.img_picto('', 'object_phoning').' phone_perso).'"> |
';
// Mobile phone
- print '| '.img_picto('', 'object_phoning_mobile').' '.$langs->trans("PhoneMobile").' | phone_mobile).'"> |
';
+ print '| '.img_picto('', 'object_phoning_mobile').' '.$langs->trans("PhoneMobile").' | ';
+ print ''.img_picto('', 'object_phoning_mobile').' phone_mobile).'"> |
';
if (!empty($conf->socialnetworks->enabled)) {
foreach ($socialnetworks as $key => $value) {