diff --git a/htdocs/comm/prospect/fiche.php b/htdocs/comm/prospect/fiche.php index 04cf59a11d1..98916bb9173 100644 --- a/htdocs/comm/prospect/fiche.php +++ b/htdocs/comm/prospect/fiche.php @@ -1,6 +1,6 @@ - * Copyright (C) 2004-2008 Laurent Destailleur + * Copyright (C) 2004-2009 Laurent Destailleur * Copyright (C) 2005-2009 Regis Houssin * * This program is free software; you can redistribute it and/or modify @@ -19,10 +19,10 @@ */ /** - \file htdocs/comm/prospect/fiche.php - \ingroup prospect - \brief Page de la fiche prospect - \version $Id$ + * \file htdocs/comm/prospect/fiche.php + * \ingroup prospect + * \brief Page de la fiche prospect + * \version $Id$ */ require_once("./pre.inc.php"); @@ -183,8 +183,7 @@ if ($socid > 0) /* - * Dernieres propales - * + * Last proposals */ if ($conf->propal->enabled) { @@ -213,7 +212,7 @@ if ($socid > 0) { $tableaushown=1; print ''; - print '
'.$langs->trans("LastPropals",($num<=$MAXLIST?"":$MAXLIST)).''.$langs->trans("AllPropals").' ('.$num.')
'; + print '
'.$langs->trans("LastPropals",($num<=$MAXLIST?"":$MAXLIST)).''.$langs->trans("AllPropals").' ('.$num.')
'; print ''; } diff --git a/htdocs/theme/eldy/img/tab_background.png b/htdocs/theme/eldy/img/tab_background.png new file mode 100644 index 00000000000..0864dcc5852 Binary files /dev/null and b/htdocs/theme/eldy/img/tab_background.png differ