2
0
forked from Wavyzz/dolibarr

New: Gestion des factures de remplacement et debut de gestion des avoirs

This commit is contained in:
Laurent Destailleur
2006-08-26 22:45:32 +00:00
parent 9eaf26e6f8
commit 07949ce4c5
6 changed files with 730 additions and 403 deletions

View File

@@ -762,8 +762,8 @@ function img_help($usehelpcursor=1,$usealttitle=1)
$s ='<img ';
if ($usehelpcursor) $s.='style="cursor: help;" ';
$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.='">';
if ($usealttitle) $s.=' alt="'.$langs->trans("Info").'" title="'.$langs->trans("Info").'"';
$s.='>';
return $s;
}