2
0
forked from Wavyzz/dolibarr

New: Gestion des escomptes

This commit is contained in:
Laurent Destailleur
2006-08-20 02:26:11 +00:00
parent 64a63940c3
commit 5eb13161ab
6 changed files with 11 additions and 6 deletions

View File

@@ -761,7 +761,7 @@ function img_help($usehelpcursor=1,$usealttitle=1)
global $conf,$langs;
$s ='<img ';
if ($usehelpcursor) $s.='style="cursor: help;" ';
$s.='src="'.DOL_URL_ROOT.'/theme/'.$conf->theme.'/img/help.png" border="0"';
$s.='src="'.DOL_URL_ROOT.'/theme/'.$conf->theme.'/img/info.png" border="0"';
if ($usealttitle) $s.=' alt="'.$langs->trans("Info").'" title="'.$langs->trans("Info");
$s.='">';
return $s;