diff --git a/htdocs/boxes.php b/htdocs/boxes.php
index d426e618377..f13392e7925 100644
--- a/htdocs/boxes.php
+++ b/htdocs/boxes.php
@@ -22,7 +22,7 @@
* \brief File of class to manage widget boxes
* \author Rodolphe Qiedeville
* \author Laurent Destailleur
- * \version $Id: boxes.php,v 1.55 2011/08/01 13:26:21 hregis Exp $
+ * \version $Id: boxes.php,v 1.56 2011/08/08 15:28:01 eldy Exp $
*/
@@ -52,7 +52,7 @@ function printBoxesArea($user,$areacode)
print '
';
// Affichage colonne gauche
- print '| '."\n";
+ print ' | '."\n";
print "\n\n";
print ' '."\n";
@@ -87,7 +87,7 @@ function printBoxesArea($user,$areacode)
print " | \n";
// Affichage colonne droite
- print '';
+ print ' | ';
print "\n\n";
print ' '."\n";
diff --git a/htdocs/compta/param/comptes/index.php b/htdocs/compta/param/comptes/index.php
index 4b86e67efa7..1188aa434b4 100644
--- a/htdocs/compta/param/comptes/index.php
+++ b/htdocs/compta/param/comptes/index.php
@@ -15,14 +15,14 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*
- * $Id: index.php,v 1.11 2011/07/31 22:23:31 eldy Exp $
+ * $Id: index.php,v 1.12 2011/08/08 15:28:01 eldy Exp $
*/
/**
\file htdocs/compta/param/comptes/index.php
\ingroup compta
\brief Page acceuil zone parametrages
- \version $Revision: 1.11 $
+ \version $Revision: 1.12 $
*/
require("../../../main.inc.php");
@@ -66,7 +66,7 @@ print " |
";
-print '';
+print ' | ';
@@ -76,5 +76,5 @@ print '';
$db->close();
-llxFooter('$Date: 2011/07/31 22:23:31 $ - $Revision: 1.11 $');
+llxFooter('$Date: 2011/08/08 15:28:01 $ - $Revision: 1.12 $');
?>
diff --git a/htdocs/compta/param/index.php b/htdocs/compta/param/index.php
index deca80c2147..fbe51e83df1 100644
--- a/htdocs/compta/param/index.php
+++ b/htdocs/compta/param/index.php
@@ -20,7 +20,7 @@
\file htdocs/compta/param/index.php
\ingroup compta
\brief Page acceuil zone parametrage comptabilite
- \version $Id: index.php,v 1.12 2011/08/03 00:46:21 eldy Exp $
+ \version $Id: index.php,v 1.13 2011/08/08 15:28:01 eldy Exp $
*/
require("../../main.inc.php");
@@ -62,7 +62,7 @@ print " ";
-print ' | ';
+print ' | ';
@@ -72,5 +72,5 @@ print '';
$db->close();
-llxFooter('$Date: 2011/08/03 00:46:21 $ - $Revision: 1.12 $');
+llxFooter('$Date: 2011/08/08 15:28:01 $ - $Revision: 1.13 $');
?>
diff --git a/htdocs/fourn/commande/index.php b/htdocs/fourn/commande/index.php
index 62c5acf67be..e158d68b544 100644
--- a/htdocs/fourn/commande/index.php
+++ b/htdocs/fourn/commande/index.php
@@ -19,9 +19,9 @@
/**
* \file htdocs/fourn/commande/index.php
- * \ingroup commande
- * \brief Page accueil commandes fournisseurs
- * \version $Revision: 1.43 $
+ * \ingroup commande fournisseur
+ * \brief Home page of supplier's orders area
+ * \version $Revision: 1.44 $
*/
require("../../main.inc.php");
@@ -240,7 +240,7 @@ else
}
-print ' | ';
+print ' | ';
/*
@@ -387,5 +387,5 @@ print ' | ';
$db->close();
-llxFooter('$Date: 2011/07/31 23:57:02 $ - $Revision: 1.43 $');
+llxFooter('$Date: 2011/08/08 15:28:00 $ - $Revision: 1.44 $');
?>
diff --git a/htdocs/fourn/index.php b/htdocs/fourn/index.php
index 9ca804594aa..1fc54b69280 100644
--- a/htdocs/fourn/index.php
+++ b/htdocs/fourn/index.php
@@ -20,8 +20,8 @@
/**
* \file htdocs/fourn/index.php
* \ingroup fournisseur
- * \brief Page accueil de la zone fournisseurs
- * \version $Id: index.php,v 1.68 2011/07/31 23:57:03 eldy Exp $
+ * \brief Home page of suppliers area
+ * \version $Id: index.php,v 1.69 2011/08/08 15:28:01 eldy Exp $
*/
require("../main.inc.php");
@@ -223,7 +223,7 @@ if ($conf->fournisseur->enabled && $user->rights->fournisseur->facture->lire)
}
print "\n";
-print '';
+print ' | ';
/*
* List last modified supliers
@@ -320,5 +320,5 @@ print "\n";
$db->close();
-llxFooter('$Date: 2011/07/31 23:57:03 $ - $Revision: 1.68 $');
+llxFooter('$Date: 2011/08/08 15:28:01 $ - $Revision: 1.69 $');
?>
diff --git a/htdocs/product/stock/index.php b/htdocs/product/stock/index.php
index 1398a282ca4..4fb8dc60461 100644
--- a/htdocs/product/stock/index.php
+++ b/htdocs/product/stock/index.php
@@ -16,14 +16,14 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*
- * $Id: index.php,v 1.31 2011/07/31 23:24:01 eldy Exp $
+ * $Id: index.php,v 1.32 2011/08/08 15:28:01 eldy Exp $
*/
/**
* \file htdocs/product/stock/index.php
* \ingroup stock
- * \brief Page accueil stocks produits
- * \version $Revision: 1.31 $
+ * \brief Home page of stock area
+ * \version $Revision: 1.32 $
*/
require("../../main.inc.php");
@@ -103,7 +103,7 @@ else
dol_print_error($db);
}
-print ' | ';
+print ' | ';
// Last movements
$max=10;
@@ -163,5 +163,5 @@ print ' | ';
$db->close();
-llxFooter('$Date: 2011/07/31 23:24:01 $ - $Revision: 1.31 $');
+llxFooter('$Date: 2011/08/08 15:28:01 $ - $Revision: 1.32 $');
?>
diff --git a/htdocs/projet/activity/index.php b/htdocs/projet/activity/index.php
index 14350748ef6..a0284b93d39 100644
--- a/htdocs/projet/activity/index.php
+++ b/htdocs/projet/activity/index.php
@@ -21,7 +21,7 @@
* \file htdocs/projet/activity/index.php
* \ingroup projet
* \brief Page activite perso du module projet
- * \version $Id: index.php,v 1.36 2011/07/31 23:23:39 eldy Exp $
+ * \version $Id: index.php,v 1.37 2011/08/08 15:28:01 eldy Exp $
*/
require ("../../main.inc.php");
@@ -126,7 +126,7 @@ print "";
// TODO Do not use date_add function to be compatible with all database
if ($db->type != 'pgsql')
{
-
+
/* Affichage de la liste des projets d'hier */
print '
';
print '';
@@ -181,7 +181,7 @@ print "
";
}
-print '';
+print ' | ';
// TODO Do not use week function to be compatible with all database
if ($db->type != 'pgsql')
@@ -331,5 +331,5 @@ print ' | ';
$db->close();
-llxFooter('$Date: 2011/07/31 23:23:39 $ - $Revision: 1.36 $');
+llxFooter('$Date: 2011/08/08 15:28:01 $ - $Revision: 1.37 $');
?>
diff --git a/htdocs/projet/index.php b/htdocs/projet/index.php
index 9a6702d9225..645ba767402 100644
--- a/htdocs/projet/index.php
+++ b/htdocs/projet/index.php
@@ -21,7 +21,7 @@
* \file htdocs/projet/index.php
* \ingroup projet
* \brief Main project home page
- * \version $Id: index.php,v 1.75 2011/07/31 23:23:39 eldy Exp $
+ * \version $Id: index.php,v 1.76 2011/08/08 15:28:01 eldy Exp $
*/
require("../main.inc.php");
@@ -71,7 +71,7 @@ print '| ';
print_projecttasks_array($db,$socid,$projectsListId);
-print ' | ';
+print ' | ';
print '';
print '';
@@ -130,5 +130,5 @@ print ' ';
$db->close();
-llxFooter('$Date: 2011/07/31 23:23:39 $ - $Revision: 1.75 $');
+llxFooter('$Date: 2011/08/08 15:28:01 $ - $Revision: 1.76 $');
?>
|