| Numéro | ".$langs->trans("Date")." | ";
+ print "";
+ print "";
+ print "| ".$langs->trans("Ref")." | ";
+ print "".$langs->trans("Date")." | ";
print_liste_field_titre("Client","commande.php", "customers_name");
- print ''.$langs->trans("Total").' | ';
+ print ''.$langs->trans("Total").' | ';
print " \n";
$var=True;
while ($i < $num)
diff --git a/htdocs/boutique/editeur/index.php b/htdocs/boutique/editeur/index.php
index e7515030050..4b88f04a6c9 100644
--- a/htdocs/boutique/editeur/index.php
+++ b/htdocs/boutique/editeur/index.php
@@ -1,5 +1,6 @@
+ * Copyright (C) 2004 Laurent Destailleur
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -47,9 +48,8 @@ if ( $db->query($sql) ) {
$num = $db->num_rows();
$i = 0;
print "";
- print "| ";
- print_liste_field_titre("Nom","index.php", "e.nom");
- print " | ";
+ print " ";
+ print_liste_field_titre($langs->trans("Name"),"index.php", "e.nom");
print " \n";
$var=True;
while ($i < $num) {
diff --git a/htdocs/boutique/livre/index.php b/htdocs/boutique/livre/index.php
index 9bde3d09fae..94ef024eda6 100644
--- a/htdocs/boutique/livre/index.php
+++ b/htdocs/boutique/livre/index.php
@@ -62,11 +62,9 @@ if ( $db->query($sql) )
$num = $db->num_rows();
$i = 0;
print "";
- print "| ";
+ print " | ";
print_liste_field_titre($langs->trans("Ref"),"index.php", "l.ref");
- print "| ";
- print_liste_field_titre("Titre","index.php", "l.title");
- print " | ";
+ print_liste_field_titre($langs->trans("Title"),"index.php", "l.title");
print ' | ';
print " \n";
$var=True;
diff --git a/htdocs/boutique/livre/vignettes.php b/htdocs/boutique/livre/vignettes.php
index 60ef7d03fca..bdcb630d176 100644
--- a/htdocs/boutique/livre/vignettes.php
+++ b/htdocs/boutique/livre/vignettes.php
@@ -1,5 +1,6 @@
+ * Copyright (C) 2004 Laurent Destailleur
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -61,11 +62,9 @@ if ( $db->query($sql) )
$num = $db->num_rows();
$i = 0;
print "";
- print "| ";
+ print " | ";
print_liste_field_titre($langs->trans("Ref"),"vignettes.php", "l.ref");
- print "| ";
- print_liste_field_titre("Titre","vignettes.php", "l.title");
- print " | ";
+ print_liste_field_titre($langs->trans("Title"),"vignettes.php", "l.title");
print ' | ';
print " \n";
$var=True;
diff --git a/htdocs/boutique/newsletter/index.php b/htdocs/boutique/newsletter/index.php
index 7a89763c0e0..4953267e280 100644
--- a/htdocs/boutique/newsletter/index.php
+++ b/htdocs/boutique/newsletter/index.php
@@ -1,5 +1,6 @@
+ * Copyright (C) 2004 Laurent Destailleur
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -48,9 +49,8 @@ if ( $db->query($sql) )
$num = $db->num_rows();
$i = 0;
print "";
- print "| ";
- print_liste_field_titre("Sujet","index.php", "email_subject");
- print " | ";
+ print " ";
+ print_liste_field_titre($langs->trans("Subject"),"index.php", "email_subject");
print '| '.$langs->trans("Status").' | ';
print 'Nb envois | ';
print " \n";
diff --git a/htdocs/boutique/notification/index.php b/htdocs/boutique/notification/index.php
index 6692f282c88..a7f8b4899ff 100644
--- a/htdocs/boutique/notification/index.php
+++ b/htdocs/boutique/notification/index.php
@@ -1,6 +1,7 @@
- * Copyright (C) 2003 Éric Seigne
+ * Copyright (C) 2003 Éric Seigne
+ * Copyright (C) 2004 Laurent Destailleur
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -23,6 +24,8 @@
require("./pre.inc.php");
+$langs->load("products");
+
llxHeader();
if ($sortfield == "") {
@@ -52,10 +55,9 @@ if ( $db->query($sql) )
$num = $db->num_rows();
$i = 0;
print "";
- print "| ";
+ print " | ";
print_liste_field_titre("Client","index.php", "c.customers_lastname");
- print "";
- print "| Produit | ";
+ print ''.$langs->trans("Product").' | ';
print " \n";
$var=True;
while ($i < $num)
diff --git a/htdocs/comm/clients.php b/htdocs/comm/clients.php
index 0027a6311bf..6d12fb5be85 100644
--- a/htdocs/comm/clients.php
+++ b/htdocs/comm/clients.php
@@ -116,16 +116,11 @@ if ($result)
$i = 0;
+ $addu = "&page=$page&begin=$begin&search_nom=".$_GET["search_nom"];
print '';
print '';
- print "| ";
-
- $addu = "&page=$page&begin=$begin&search_nom=".$_GET["search_nom"];
-
- print_liste_field_titre("Société","clients.php","s.nom",$addu);
- print " | ";
- print_liste_field_titre("Ville","clients.php","s.ville",$addu);
- print " | ";
+ print_liste_field_titre($langs->trans("Companies"),"clients.php","s.nom",$addu,"",'valign="right"');
+ print_liste_field_titre($langs->trans("Town"),"clients.php","s.ville",$addu);
print " \n";
print ' |