2
0
forked from Wavyzz/dolibarr

New: Gestion des avoirs la saisie des factures

This commit is contained in:
Laurent Destailleur
2006-04-04 00:12:45 +00:00
parent f0ca61ce1c
commit b9b4fc5ff6
12 changed files with 613 additions and 375 deletions

View File

@@ -728,7 +728,7 @@ function img_info($alt = "default")
{
global $conf,$langs;
if ($alt=="default") $alt=$langs->trans("Informations");
return '<img style="cursor: help;" src="'.DOL_URL_ROOT.'/theme/'.$conf->theme.'/img/info.png" border="0" alt="'.$alt.'" title="'.$alt.'">';
return '<img src="'.DOL_URL_ROOT.'/theme/'.$conf->theme.'/img/info.png" border="0" alt="'.$alt.'" title="'.$alt.'">';
}
/**