From b91cd03a2edaf40236c90853947120239b3531ed Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 20 Jul 2011 19:03:31 +0000 Subject: [PATCH 01/17] Look fixes and enhancements --- htdocs/theme/auguria/style.css.php | 6 +++++- htdocs/theme/eldy/style.css.php | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index f642438a8f8..fc333cc6435 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -21,7 +21,7 @@ /** * \file htdocs/theme/auguria/style.css.php * \brief Fichier de style CSS du theme auguria - * \version $Id: style.css.php,v 1.89 2011/07/21 01:20:33 eldy Exp $ + * \version $Id: style.css.php,v 1.88 2011/07/20 19:03:35 eldy Exp $ */ //if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language @@ -1294,6 +1294,10 @@ font-family: ; td.highlights { background: #f9c5c6; } +td.warning { /* Utilise par Smarty */ + background: #FF99A9; +} + div.ok { color: #114466; } diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 3a11f7e5dbc..f446c2b6df0 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -21,7 +21,7 @@ /** * \file htdocs/theme/eldy/style.css.php * \brief Fichier de style CSS du theme Eldy - * \version $Id: style.css.php,v 1.87 2011/07/21 01:20:33 eldy Exp $ + * \version $Id: style.css.php,v 1.86 2011/07/20 19:03:35 eldy Exp $ */ //if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language @@ -1260,6 +1260,10 @@ font-family: ; td.highlights { background: #f9c5c6; } +td.warning { /* Utilise par Smarty */ + background: #FF99A9; +} + div.ok { color: #114466; } From e3c01f47355f5f7f620380e148d2732e7d1ccc7f Mon Sep 17 00:00:00 2001 From: Juanjo Menent Date: Wed, 20 Jul 2011 19:22:14 +0000 Subject: [PATCH 02/17] Fix: Add name of the third on the list, if applicable From 0ad17d8aefb58c0b4353bcc65b2ea1a9d3489fbc Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 20 Jul 2011 21:26:11 +0000 Subject: [PATCH 03/17] Fix: Can add empty lines From ff2eca6c3e71cd3520920d45f733a42fcbe2038a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 21 Jul 2011 00:53:23 +0000 Subject: [PATCH 04/17] Removed useless file From 3a4f1d8c055c14fa5a146c46efe2b11c6470c552 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 21 Jul 2011 01:20:31 +0000 Subject: [PATCH 05/17] Clean code to remove a lot of quality test errors --- htdocs/theme/auguria/style.css.php | 6 +----- htdocs/theme/eldy/style.css.php | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index fc333cc6435..f642438a8f8 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -21,7 +21,7 @@ /** * \file htdocs/theme/auguria/style.css.php * \brief Fichier de style CSS du theme auguria - * \version $Id: style.css.php,v 1.88 2011/07/20 19:03:35 eldy Exp $ + * \version $Id: style.css.php,v 1.89 2011/07/21 01:20:33 eldy Exp $ */ //if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language @@ -1294,10 +1294,6 @@ font-family: ; td.highlights { background: #f9c5c6; } -td.warning { /* Utilise par Smarty */ - background: #FF99A9; -} - div.ok { color: #114466; } diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index f446c2b6df0..3a11f7e5dbc 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -21,7 +21,7 @@ /** * \file htdocs/theme/eldy/style.css.php * \brief Fichier de style CSS du theme Eldy - * \version $Id: style.css.php,v 1.86 2011/07/20 19:03:35 eldy Exp $ + * \version $Id: style.css.php,v 1.87 2011/07/21 01:20:33 eldy Exp $ */ //if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language @@ -1260,10 +1260,6 @@ font-family: ; td.highlights { background: #f9c5c6; } -td.warning { /* Utilise par Smarty */ - background: #FF99A9; -} - div.ok { color: #114466; } From 1266b33146d09de6ba57624d97b2d94b2d868d2c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 20 Jul 2011 13:01:03 +0000 Subject: [PATCH 06/17] Add important warning on sendmail setup to allow to send email from dolibarr. From a8094a5be0b1e92eafc6a8254b7a355e832cdba5 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 20 Jul 2011 13:32:25 +0000 Subject: [PATCH 07/17] Do not show residence if not defined. From 291e5cdfeade41cee2cf86083591123ec41b717e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 20 Jul 2011 15:08:28 +0000 Subject: [PATCH 08/17] Update screenshots From 0860ed6f36db30c13a98ff730b2856297392f5cd Mon Sep 17 00:00:00 2001 From: Juanjo Menent Date: Wed, 20 Jul 2011 15:33:00 +0000 Subject: [PATCH 09/17] Fix: Add name of the third on the list, if applicable --- htdocs/comm/propal.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/comm/propal.php b/htdocs/comm/propal.php index 7ec1f65bfe9..76726f3a153 100644 --- a/htdocs/comm/propal.php +++ b/htdocs/comm/propal.php @@ -27,7 +27,7 @@ * \file htdocs/comm/propal.php * \ingroup propale * \brief Page of commercial proposals card and list - * \version $Id: propal.php,v 1.613 2011/07/20 19:22:14 simnandez Exp $ + * \version $Id: propal.php,v 1.612 2011/07/20 15:33:00 simnandez Exp $ */ require("../main.inc.php"); @@ -1833,7 +1833,7 @@ else $param='&socid='.$socid.'&viewstatut='.$viewstatut; if ($month) $param.='&month='.$month; if ($year) $param.='&year='.$year; - print_barre_liste($langs->trans('ListOfProposals').' '.($socid?'- '.$soc->nom:''), $page,'propal.php',$param,$sortfield,$sortorder,'',$num); + print_barre_liste($langs->trans('ListOfProposals').' - '.($socid?' '.$soc->nom:''), $page,'propal.php',$param,$sortfield,$sortorder,'',$num); $i = 0; print ''; @@ -1976,6 +1976,6 @@ else } $db->close(); -llxFooter('$Date: 2011/07/20 19:22:14 $ - $Revision: 1.613 $'); +llxFooter('$Date: 2011/07/20 15:33:00 $ - $Revision: 1.612 $'); ?> From b362d51d07ffb5797a2b451f263249d31439d1bd Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 20 Jul 2011 19:03:31 +0000 Subject: [PATCH 10/17] Look fixes and enhancements --- htdocs/theme/auguria/style.css.php | 6 +++++- htdocs/theme/eldy/style.css.php | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index f642438a8f8..fc333cc6435 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -21,7 +21,7 @@ /** * \file htdocs/theme/auguria/style.css.php * \brief Fichier de style CSS du theme auguria - * \version $Id: style.css.php,v 1.89 2011/07/21 01:20:33 eldy Exp $ + * \version $Id: style.css.php,v 1.88 2011/07/20 19:03:35 eldy Exp $ */ //if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language @@ -1294,6 +1294,10 @@ font-family: ; td.highlights { background: #f9c5c6; } +td.warning { /* Utilise par Smarty */ + background: #FF99A9; +} + div.ok { color: #114466; } diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 3a11f7e5dbc..f446c2b6df0 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -21,7 +21,7 @@ /** * \file htdocs/theme/eldy/style.css.php * \brief Fichier de style CSS du theme Eldy - * \version $Id: style.css.php,v 1.87 2011/07/21 01:20:33 eldy Exp $ + * \version $Id: style.css.php,v 1.86 2011/07/20 19:03:35 eldy Exp $ */ //if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language @@ -1260,6 +1260,10 @@ font-family: ; td.highlights { background: #f9c5c6; } +td.warning { /* Utilise par Smarty */ + background: #FF99A9; +} + div.ok { color: #114466; } From 5f4ea14470c7a66a0c1c1cf125226bb07225ed30 Mon Sep 17 00:00:00 2001 From: Juanjo Menent Date: Wed, 20 Jul 2011 19:22:14 +0000 Subject: [PATCH 11/17] Fix: Add name of the third on the list, if applicable --- htdocs/comm/propal.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/comm/propal.php b/htdocs/comm/propal.php index 76726f3a153..7ec1f65bfe9 100644 --- a/htdocs/comm/propal.php +++ b/htdocs/comm/propal.php @@ -27,7 +27,7 @@ * \file htdocs/comm/propal.php * \ingroup propale * \brief Page of commercial proposals card and list - * \version $Id: propal.php,v 1.612 2011/07/20 15:33:00 simnandez Exp $ + * \version $Id: propal.php,v 1.613 2011/07/20 19:22:14 simnandez Exp $ */ require("../main.inc.php"); @@ -1833,7 +1833,7 @@ else $param='&socid='.$socid.'&viewstatut='.$viewstatut; if ($month) $param.='&month='.$month; if ($year) $param.='&year='.$year; - print_barre_liste($langs->trans('ListOfProposals').' - '.($socid?' '.$soc->nom:''), $page,'propal.php',$param,$sortfield,$sortorder,'',$num); + print_barre_liste($langs->trans('ListOfProposals').' '.($socid?'- '.$soc->nom:''), $page,'propal.php',$param,$sortfield,$sortorder,'',$num); $i = 0; print '
'; @@ -1976,6 +1976,6 @@ else } $db->close(); -llxFooter('$Date: 2011/07/20 15:33:00 $ - $Revision: 1.612 $'); +llxFooter('$Date: 2011/07/20 19:22:14 $ - $Revision: 1.613 $'); ?> From a635db539f4551045b5feb7a3ec7b4e18d4023ad Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 20 Jul 2011 21:26:11 +0000 Subject: [PATCH 12/17] Fix: Can add empty lines From 775a04967de31e68a2a5207d3c0e044ac8c5a2c6 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 21 Jul 2011 00:53:23 +0000 Subject: [PATCH 13/17] Removed useless file From 6a8021e57e49655f45d5f3d47988695404a861c6 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 21 Jul 2011 01:20:31 +0000 Subject: [PATCH 14/17] Clean code to remove a lot of quality test errors --- htdocs/theme/auguria/style.css.php | 6 +----- htdocs/theme/eldy/style.css.php | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index fc333cc6435..f642438a8f8 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -21,7 +21,7 @@ /** * \file htdocs/theme/auguria/style.css.php * \brief Fichier de style CSS du theme auguria - * \version $Id: style.css.php,v 1.88 2011/07/20 19:03:35 eldy Exp $ + * \version $Id: style.css.php,v 1.89 2011/07/21 01:20:33 eldy Exp $ */ //if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language @@ -1294,10 +1294,6 @@ font-family: ; td.highlights { background: #f9c5c6; } -td.warning { /* Utilise par Smarty */ - background: #FF99A9; -} - div.ok { color: #114466; } diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index f446c2b6df0..3a11f7e5dbc 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -21,7 +21,7 @@ /** * \file htdocs/theme/eldy/style.css.php * \brief Fichier de style CSS du theme Eldy - * \version $Id: style.css.php,v 1.86 2011/07/20 19:03:35 eldy Exp $ + * \version $Id: style.css.php,v 1.87 2011/07/21 01:20:33 eldy Exp $ */ //if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language @@ -1260,10 +1260,6 @@ font-family: ; td.highlights { background: #f9c5c6; } -td.warning { /* Utilise par Smarty */ - background: #FF99A9; -} - div.ok { color: #114466; } From df2b3d9394edf3295ebcaa7c6f20c483a0fd19d6 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 21 Jul 2011 01:20:31 +0000 Subject: [PATCH 15/17] Clean code to remove a lot of quality test errors From 9217f40ae10d7b844d8e3447aafdff7b9e6f9b69 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 21 Jul 2011 01:20:31 +0000 Subject: [PATCH 16/17] Clean code to remove a lot of quality test errors From 5fffa68d9bd93ec7fe96fdd93937eafa10ece603 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 21 Jul 2011 01:20:31 +0000 Subject: [PATCH 17/17] Clean code to remove a lot of quality test errors