ajout img_cal() pour date en popup
This commit is contained in:
parent
66eb215fc2
commit
61f282be6d
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user