Fix: Titre onglet

This commit is contained in:
Laurent Destailleur 2005-02-26 18:52:26 +00:00
parent e77fa4fa4a
commit 2fc30fe3ce
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ if ($_GET["propalid"])
$hselected=$h;
$h++;
dolibarr_fiche_head($head, $hselected, $langs->trans("Prop").": $propal->ref");
dolibarr_fiche_head($head, $hselected, $langs->trans("Proposal").": $propal->ref");
$propal->info($propal->id);

View File

@ -89,7 +89,7 @@ if ($_GET["propalid"])
$head[$h][1] = $langs->trans("Info");
$h++;
dolibarr_fiche_head($head, $hselected, $langs->trans("Prop").": $propal->ref");
dolibarr_fiche_head($head, $hselected, $langs->trans("Proposal").": $propal->ref");
print '<table class="border" width="100%">';