diff --git a/htdocs/core/lib/company.lib.php b/htdocs/core/lib/company.lib.php index 34068d1afe5..a5fe3c5d1f2 100644 --- a/htdocs/core/lib/company.lib.php +++ b/htdocs/core/lib/company.lib.php @@ -587,7 +587,9 @@ function show_contacts($conf,$langs,$db,$object,$backtopage='') if (! empty($conf->agenda->enabled) && $user->rights->agenda->myactions->create) { print ''; - print img_object($langs->trans("Rendez-Vous"),"action"); + print img_object($langs->trans("Rendez-Vous"),"action_rdv"); + print ' '; + print img_object($langs->trans("Event"),"action"); print ''; } diff --git a/htdocs/theme/amarok/img/object_action_rdv.png b/htdocs/theme/amarok/img/object_action_rdv.png new file mode 100644 index 00000000000..b892da1f655 Binary files /dev/null and b/htdocs/theme/amarok/img/object_action_rdv.png differ diff --git a/htdocs/theme/auguria/img/object_action_rdv.png b/htdocs/theme/auguria/img/object_action_rdv.png new file mode 100644 index 00000000000..b892da1f655 Binary files /dev/null and b/htdocs/theme/auguria/img/object_action_rdv.png differ diff --git a/htdocs/theme/bureau2crea/img/object_action_rdv.png b/htdocs/theme/bureau2crea/img/object_action_rdv.png new file mode 100644 index 00000000000..b892da1f655 Binary files /dev/null and b/htdocs/theme/bureau2crea/img/object_action_rdv.png differ diff --git a/htdocs/theme/cameleo/img/object_action_rdv.png b/htdocs/theme/cameleo/img/object_action_rdv.png new file mode 100644 index 00000000000..b892da1f655 Binary files /dev/null and b/htdocs/theme/cameleo/img/object_action_rdv.png differ diff --git a/htdocs/theme/eldy/img/object_action_rdv.png b/htdocs/theme/eldy/img/object_action_rdv.png new file mode 100644 index 00000000000..b892da1f655 Binary files /dev/null and b/htdocs/theme/eldy/img/object_action_rdv.png differ