Ajout texte "Facturer" sur logo.

This commit is contained in:
Laurent Destailleur 2004-01-24 21:50:16 +00:00
parent 4cf57b5925
commit f0b49b5593

View File

@ -161,7 +161,7 @@ if ($result)
print "<td>".$obj->ville."</td>\n";
print "<td align=\"center\">$obj->prefix_comm&nbsp;</td>\n";
print '<td><a href="facture/fiche.php?action=create&amp;socid='.$obj->idp.'"><img src="'.DOL_URL_ROOT.'/theme/'.$conf->theme.'/img/filenew.png" border="0" alt="Nouvelle facture"></a></td>';
print '<td><a href="facture/fiche.php?action=create&amp;socid='.$obj->idp.'">Facturer <img src="'.DOL_URL_ROOT.'/theme/'.$conf->theme.'/img/filenew.png" border="0" alt="Nouvelle facture"></a></td>';
print "</tr>\n";
$i++;