Trad: Et encore de la traduction
This commit is contained in:
parent
2010766217
commit
acc943ebab
@ -302,16 +302,15 @@ if ($result)
|
|||||||
$num = $db->num_rows();
|
$num = $db->num_rows();
|
||||||
$i = 0;
|
$i = 0;
|
||||||
|
|
||||||
print '<p><table class="noborder" width="100%" cellspacing="0" cellpadding="4">';
|
print '<table class="noborder" width="100%">';
|
||||||
print '<tr class="liste_titre"><td>';
|
print '<tr class="liste_titre"><td>';
|
||||||
print_liste_field_titre("Nom","projekt.php","lower(p.name)", $begin);
|
print_liste_field_titre($langs->trans("Name"),"projekt.php","lower(p.name)", $begin);
|
||||||
print "</td><td>";
|
print "</td><td>";
|
||||||
print_liste_field_titre("Prénom","projekt.php","lower(p.firstname)", $begin);
|
print_liste_field_titre($langs->trans("Fristname"),"projekt.php","lower(p.firstname)", $begin);
|
||||||
print "</td><td>";
|
print "</td><td>";
|
||||||
print_liste_field_titre("Société","projekt.php","lower(s.nom)", $begin);
|
print_liste_field_titre($langs->trans("Company"),"projekt.php","lower(s.nom)", $begin);
|
||||||
print '</td>';
|
print '</td>';
|
||||||
|
print '<td>'.$langs->trans("Phone").'</td>';
|
||||||
print '<td>Téléphone</td>';
|
|
||||||
|
|
||||||
if ($_GET["view"] == 'phone')
|
if ($_GET["view"] == 'phone')
|
||||||
{
|
{
|
||||||
@ -369,8 +368,7 @@ if ($result)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
print $db->error();
|
dolibarr_print_error($db);
|
||||||
print "<br>".$sql;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -379,5 +377,5 @@ else
|
|||||||
|
|
||||||
$db->close();
|
$db->close();
|
||||||
|
|
||||||
llxFooter("<em>Dernière modification $Date$ révision $Revision$</em>");
|
llxFooter('$Date$ - $Revision$');
|
||||||
?>
|
?>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user