Skip to content
Snippets Groups Projects
Commit 61f282be authored by Andre Cianfarani's avatar Andre Cianfarani
Browse files

ajout img_cal() pour date en popup

parent 66eb215f
No related branches found
No related tags found
No related merge requests found
...@@ -709,6 +709,15 @@ function img_help() ...@@ -709,6 +709,15 @@ function img_help()
global $conf,$langs; global $conf,$langs;
return '<img style="cursor: help;" src="'.DOL_URL_ROOT.'/theme/'.$conf->theme.'/img/help.png" border="0" alt="" title="">'; return '<img style="cursor: help;" src="'.DOL_URL_ROOT.'/theme/'.$conf->theme.'/img/help.png" border="0" alt="" title="">';
} }
/**
\brief Affiche picto calendrier "?"
\return string Retourne tag img
*/
function img_cal()
{
global $conf,$langs;
return '<img style="vertical-align:middle" src="'.DOL_URL_ROOT.'/theme/'.$conf->theme.'/img/calendar.png" border="0" alt="" title="">';
}
/** /**
\brief Affiche logo info \brief Affiche logo info
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment