diff --git a/htdocs/adherents/edit.php b/htdocs/adherents/edit.php
index bcb908796d9..75562ad6236 100644
--- a/htdocs/adherents/edit.php
+++ b/htdocs/adherents/edit.php
@@ -19,7 +19,6 @@
*
* $Id$
* $Source$
- *
*/
/**
@@ -192,8 +191,8 @@ if ($rowid)
print "
| $value | array_options["options_$key"]."\"> |
\n";
}
print '| ';
- print ' ';
- print '';
+ print ' ';
+ print '';
print ' |
';
print '';
print '';
diff --git a/htdocs/adherents/fiche.php b/htdocs/adherents/fiche.php
index 4d12cfef3a7..323a71e7681 100644
--- a/htdocs/adherents/fiche.php
+++ b/htdocs/adherents/fiche.php
@@ -492,7 +492,7 @@ if ($action == 'create')
print "\n";
print '
';
- print '';
+ print '';
print "\n";
@@ -822,7 +822,7 @@ if ($rowid)
print strftime("%Y",($adh->datefin?$adh->datefin:time())).'" >';
}
- print ' |
';
+ print ' |
';
print '';
print '';
diff --git a/htdocs/adherents/options.php b/htdocs/adherents/options.php
index bf8e115e3fc..8a38dd1d1c0 100644
--- a/htdocs/adherents/options.php
+++ b/htdocs/adherents/options.php
@@ -19,7 +19,6 @@
*
* $Id$
* $Source$
- *
*/
/** \file htdocs/adherents/options.php
@@ -152,8 +151,8 @@ if ($_GET["action"] == 'create') {
print '';
print '| Taille | |
';
- print '| ';
- print ' |
';
+ print '| ';
+ print ' |
';
print "\n";
print "\n";
@@ -189,8 +188,8 @@ if ($_GET["attrname"] && $_GET["action"] == 'edit')
print '';
print '| '.$langs->trans("Size").' | |
';
- print '| ';
- print ' |
';
+ print '| ';
+ print ' |
';
print '';
print "";
@@ -198,5 +197,5 @@ if ($_GET["attrname"] && $_GET["action"] == 'edit')
$db->close();
-llxFooter("Dernière modification $Date$ révision $Revision$");
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/adherents/type.php b/htdocs/adherents/type.php
index 8b86e68d63f..ad9478a2b46 100644
--- a/htdocs/adherents/type.php
+++ b/htdocs/adherents/type.php
@@ -19,7 +19,6 @@
*
* $Id$
* $Source$
- *
*/
/**
@@ -194,8 +193,8 @@ if ($_GET["action"] == 'create') {
print '| '.$langs->trans("WelcomeEMail").' | ';
print " |
";
- print '| ';
- print ' |
';
+ print '| ';
+ print ' |
';
print "\n";
print "\n";
@@ -298,8 +297,8 @@ if ($rowid > 0)
print '| '.$langs->trans("WelcomeEMail").' | ';
print " |
";
- print '| ';
- print ' |
';
+ print '| ';
+ print ' |
';
print '';
print "";
diff --git a/htdocs/bookmarks/liste.php b/htdocs/bookmarks/liste.php
index 26c124b28b6..5fee4cb7a19 100644
--- a/htdocs/bookmarks/liste.php
+++ b/htdocs/bookmarks/liste.php
@@ -17,7 +17,6 @@
*
* $Id$
* $Source$
- *
*/
/**
@@ -107,7 +106,7 @@ if ($resql)
// Id
print '';
- print "bid."\">".img_picto($langs->trans("ShowBookmark"),"bookmark").' '.$obj->bid."";
+ print "bid."\">".img_object($langs->trans("ShowBookmark"),"bookmark").' '.$obj->bid."";
print ' | ';
$lieninterne=0;
diff --git a/htdocs/comm/mailing/fiche.php b/htdocs/comm/mailing/fiche.php
index 505f5c68e8c..c0dc90a9c2e 100644
--- a/htdocs/comm/mailing/fiche.php
+++ b/htdocs/comm/mailing/fiche.php
@@ -230,7 +230,7 @@ if ($_GET["action"] == 'create')
print '| '.$langs->trans("MailTitle").' | |
';
print '| '.$langs->trans("MailTopic").' | |
';
print '| '.$langs->trans("MailMessage").' | |
';
- print ' |
';
+ print ' |
';
print '';
print '';
}
@@ -409,7 +409,7 @@ else
print '| '.$langs->trans("MailMessage").' | |
';
- print ' |
';
+ print ' |
';
print '';
print '';
diff --git a/htdocs/comm/propal/note.php b/htdocs/comm/propal/note.php
index ea89447683d..1c699e33cac 100644
--- a/htdocs/comm/propal/note.php
+++ b/htdocs/comm/propal/note.php
@@ -19,7 +19,6 @@
*
* $Id$
* $Source$
- *
*/
/**
@@ -134,7 +133,7 @@ if ($_GET['propalid'])
print '';
}
diff --git a/htdocs/compta/bank/categ.php b/htdocs/compta/bank/categ.php
index bb55c4b5de8..a689bf4bc53 100644
--- a/htdocs/compta/bank/categ.php
+++ b/htdocs/compta/bank/categ.php
@@ -1,6 +1,6 @@
- * Copyright (C) 2004 Laurent Destailleur
+ * Copyright (C) 2004-2005 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
@@ -18,7 +18,6 @@
*
* $Id$
* $Source$
- *
*/
/**
@@ -111,12 +110,12 @@ if ($result)
$var=!$var;
print "";
print "| | | ";
-print "trans("Add")."\" |
";
+print ' | ';
print "";
$db->close();
-llxFooter("Dernière modification $Date$ révision $Revision$");
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/compta/bank/fiche.php b/htdocs/compta/bank/fiche.php
index 5a2ea9a5cae..a4a57c3c16f 100644
--- a/htdocs/compta/bank/fiche.php
+++ b/htdocs/compta/bank/fiche.php
@@ -200,7 +200,7 @@ if ($_GET["action"] == 'create')
print "";
- print ' |
';
+ print ' |
';
print '';
print '';
}
@@ -369,8 +369,8 @@ else
print "";
}
- print '| ';
- print ' ';
+ print ' |
| ';
+ print ' ';
print ' |
';
print '';
print '';
diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php
index c314a215489..195ec47f843 100644
--- a/htdocs/compta/facture.php
+++ b/htdocs/compta/facture.php
@@ -795,7 +795,7 @@ if ($_GET["action"] == 'create')
}
// Bouton "Create Draft"
- print ' |
';
+ print ' |
';
print "\n";
print "\n";
diff --git a/htdocs/compta/facture/note.php b/htdocs/compta/facture/note.php
index aa1135ffb74..721c9598a47 100644
--- a/htdocs/compta/facture/note.php
+++ b/htdocs/compta/facture/note.php
@@ -132,7 +132,7 @@ if ($_GET["facid"])
print '';
}
diff --git a/htdocs/compta/fiche.php b/htdocs/compta/fiche.php
index ec72004e5a6..51ddad86850 100644
--- a/htdocs/compta/fiche.php
+++ b/htdocs/compta/fiche.php
@@ -18,7 +18,6 @@
*
* $Id$
* $Source$
- *
*/
/**
@@ -401,7 +400,8 @@ if ($socid > 0)
*
*
*/
- if ($action == 'changevalue') {
+ if ($action == 'changevalue')
+ {
print "
";
print "\n";
}
else
- {
+ {
/*
*
* Liste des contacts
diff --git a/htdocs/compta/sociales/index.php b/htdocs/compta/sociales/index.php
index 3cfd6d64fe7..86b1dfc1c8f 100644
--- a/htdocs/compta/sociales/index.php
+++ b/htdocs/compta/sociales/index.php
@@ -1,6 +1,6 @@
- * Copyright (C) 2004 Laurent Destailleur
+ * Copyright (C) 2004-2005 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
@@ -18,7 +18,6 @@
*
* $Id$
* $Source$
- *
*/
/**
@@ -164,7 +163,7 @@ if ($user->rights->compta->charges->creer) {
print ' | ';
print ' | ';
- print ' | ';
+ print ' | ';
print '';
print '';
diff --git a/htdocs/socnote.php b/htdocs/socnote.php
index 4e71deb5ba4..c662ddc4dbc 100644
--- a/htdocs/socnote.php
+++ b/htdocs/socnote.php
@@ -18,7 +18,6 @@
*
* $Id$
* $Source$
- *
*/
/**
@@ -113,7 +112,7 @@ if ($_GET["socid"] > 0) {
print "
";
print ''.nl2br($societe->note).' | ';
print "";
- print ' |
';
+ print ' |
';
print "";
print '';
@@ -123,5 +122,5 @@ print '
';
$db->close();
-llxFooter();
+llxFooter('$Date$ - $Revision$');
?>
diff --git a/htdocs/user/fiche.php b/htdocs/user/fiche.php
index 79f7bc26081..71fb342e8ab 100644
--- a/htdocs/user/fiche.php
+++ b/htdocs/user/fiche.php
@@ -576,7 +576,7 @@ else
print '';
print $form->select_array("group",$uss);
print ' ';
- print '';
+ print '';
print ' | '."\n";
print ''."\n";
}
@@ -702,7 +702,7 @@ else
print "".'| '.$langs->trans("LoginWebcal").' | ';
print ' |
';
- print ' |
';
+ print ' |
';
print '
';
print '';