diff --git a/htdocs/adherents/card.php b/htdocs/adherents/card.php
index 0f2cfc52840..8478288ba69 100644
--- a/htdocs/adherents/card.php
+++ b/htdocs/adherents/card.php
@@ -983,7 +983,7 @@ else
print '';
// EMail
- print '
| '.($conf->global->ADHERENT_MAIL_REQUIRED?'':'').$langs->trans("EMail").($conf->global->ADHERENT_MAIL_REQUIRED?'':'').' | |
';
+ print '| '.img_picto('', 'object_email').' '.($conf->global->ADHERENT_MAIL_REQUIRED?'':'').$langs->trans("EMail").($conf->global->ADHERENT_MAIL_REQUIRED?'':'').' | |
';
// Address
print '| '.$langs->trans("Address").' | ';
@@ -1020,13 +1020,13 @@ else
}
// Pro phone
- print ' |
| '.$langs->trans("PhonePro").' | |
';
+ print '| '.img_picto('', 'object_phoning').' '.$langs->trans("PhonePro").' | |
';
// Personal phone
- print '| '.$langs->trans("PhonePerso").' | |
';
+ print '| '.img_picto('', 'object_phoning').' '.$langs->trans("PhonePerso").' | |
';
// Mobile phone
- print '| '.$langs->trans("PhoneMobile").' | |
';
+ print '| '.img_picto('', 'object_phoning_mobile').' '.$langs->trans("PhoneMobile").' | |
';
// Skype
if (! empty($conf->socialnetworks->enabled))
@@ -1259,7 +1259,7 @@ else
print '';
// EMail
- print '| '.($conf->global->ADHERENT_MAIL_REQUIRED?'':'').$langs->trans("EMail").($conf->global->ADHERENT_MAIL_REQUIRED?'':'').' | email).'"> |
';
+ print '| '.img_picto('', 'object_email').' '.($conf->global->ADHERENT_MAIL_REQUIRED?'':'').$langs->trans("EMail").($conf->global->ADHERENT_MAIL_REQUIRED?'':'').' | email).'"> |
';
// Address
print '| '.$langs->trans("Address").' | ';
@@ -1289,13 +1289,13 @@ else
}
// Pro phone
- print ' |
| '.$langs->trans("PhonePro").' | phone).'"> |
';
+ print '| '.img_picto('', 'object_phoning').' '.$langs->trans("PhonePro").' | phone).'"> |
';
// Personal phone
- print '| '.$langs->trans("PhonePerso").' | phone_perso).'"> |
';
+ print '| '.img_picto('', 'object_phoning').' '.$langs->trans("PhonePerso").' | phone_perso).'"> |
';
// Mobile phone
- print '| '.$langs->trans("PhoneMobile").' | phone_mobile).'"> |
';
+ print '| '.img_picto('', 'object_phoning_mobile').' '.$langs->trans("PhoneMobile").' | phone_mobile).'"> |
';
// Skype
if (! empty($conf->socialnetworks->enabled))
diff --git a/htdocs/public/theme/common/company.png b/htdocs/public/theme/common/company.png
new file mode 100644
index 00000000000..b6abd4432af
Binary files /dev/null and b/htdocs/public/theme/common/company.png differ