Add alternative picto for rendez-vous.
This commit is contained in:
parent
06c77576b7
commit
3dd9d20d53
@ -587,7 +587,9 @@ function show_contacts($conf,$langs,$db,$object,$backtopage='')
|
||||
if (! empty($conf->agenda->enabled) && $user->rights->agenda->myactions->create)
|
||||
{
|
||||
print '<td align="center"><a href="'.DOL_URL_ROOT.'/comm/action/fiche.php?action=create&actioncode=AC_RDV&contactid='.$obj->rowid.'&socid='.$object->id.'&backtopage='.urlencode($backtopage).'">';
|
||||
print img_object($langs->trans("Rendez-Vous"),"action");
|
||||
print img_object($langs->trans("Rendez-Vous"),"action_rdv");
|
||||
print '</a> <a href="'.DOL_URL_ROOT.'/comm/action/fiche.php?action=create&actioncode=&contactid='.$obj->rowid.'&socid='.$object->id.'&backtopage='.urlencode($backtopage).'">';
|
||||
print img_object($langs->trans("Event"),"action");
|
||||
print '</a></td>';
|
||||
}
|
||||
|
||||
|
||||
BIN
htdocs/theme/amarok/img/object_action_rdv.png
Normal file
BIN
htdocs/theme/amarok/img/object_action_rdv.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.0 KiB |
BIN
htdocs/theme/auguria/img/object_action_rdv.png
Normal file
BIN
htdocs/theme/auguria/img/object_action_rdv.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.0 KiB |
BIN
htdocs/theme/bureau2crea/img/object_action_rdv.png
Normal file
BIN
htdocs/theme/bureau2crea/img/object_action_rdv.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.0 KiB |
BIN
htdocs/theme/cameleo/img/object_action_rdv.png
Normal file
BIN
htdocs/theme/cameleo/img/object_action_rdv.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.0 KiB |
BIN
htdocs/theme/eldy/img/object_action_rdv.png
Normal file
BIN
htdocs/theme/eldy/img/object_action_rdv.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.0 KiB |
Loading…
Reference in New Issue
Block a user