Utilisation d'un titre de page plus explicite.

This commit is contained in:
Laurent Destailleur 2004-01-24 16:41:46 +00:00
parent d51ad5aa89
commit 34f0313a4f

View File

@ -198,8 +198,13 @@ if ($result)
$num = $db->num_rows();
$i = 0;
print_barre_liste("Liste des clients", $page, $PHP_SELF,"",$sortfield,$sortorder,'',$num);
if ($action == 'facturer') {
print_barre_liste("Liste des clients facturables", $page, $PHP_SELF,"",$sortfield,$sortorder,'',$num);
}
else {
print_barre_liste("Liste des clients", $page, $PHP_SELF,"",$sortfield,$sortorder,'',$num);
}
if ($sortorder == "DESC")
{
$sortorder="ASC";
@ -229,7 +234,7 @@ if ($result)
if ($user->societe_id == 0)
{
print "<TD align=\"center\"><a href=\"facture.php?socidp=$obj->idp&action=create\">[Facture]</A></td>\n";
print "<TD align=\"center\"><a href=\"facture.php?socidp=$obj->idp&action=create\">Facturer <img src='".DOL_URL_ROOT."/theme/".$conf->theme."/img/filenew.png' border=\"0\" alt=\"Nouvelle facture\"></A></td>\n";
}
else
{