2
0
forked from Wavyzz/dolibarr

ajout img_cal() pour date en popup

This commit is contained in:
Andre Cianfarani
2006-03-01 10:52:26 +00:00
parent 66eb215fc2
commit 61f282be6d

View File

@@ -709,6 +709,15 @@ function img_help()
global $conf,$langs;
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