From 01ba915aabbc986f6261e348f92c20032a7d0133 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 10 Apr 2006 12:35:17 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20bouton=20"cr=E9er=20proposition"=20dans?= =?UTF-8?q?=20l'onglet=20"proposition=20commerciale"=20d'un=20projet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/langs/en_US/projects.lang | 3 ++- htdocs/langs/fr_FR/projects.lang | 3 ++- htdocs/projet/propal.php | 4 +++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/htdocs/langs/en_US/projects.lang b/htdocs/langs/en_US/projects.lang index cd00db130af..5fd3648b6f4 100755 --- a/htdocs/langs/en_US/projects.lang +++ b/htdocs/langs/en_US/projects.lang @@ -19,4 +19,5 @@ Task=Task NewTask=New task Activity=Activity MyActivity=My activity -DurationEffective=Effective duration \ No newline at end of file +DurationEffective=Effective duration +ListProposalsAssociatedProject=Lists of the commercial proposals associated the project \ No newline at end of file diff --git a/htdocs/langs/fr_FR/projects.lang b/htdocs/langs/fr_FR/projects.lang index 1a8a1cb7153..9f266cb3125 100755 --- a/htdocs/langs/fr_FR/projects.lang +++ b/htdocs/langs/fr_FR/projects.lang @@ -19,4 +19,5 @@ Task=T NewTask=Nouvelle tâche Activity=Activité MyActivity=Mon activité -DurationEffective=Durée effective \ No newline at end of file +DurationEffective=Durée effective +ListProposalsAssociatedProject=Listes des propositions commerciales associées au projet \ No newline at end of file diff --git a/htdocs/projet/propal.php b/htdocs/projet/propal.php index 7863b522f2c..3b1e49a318d 100644 --- a/htdocs/projet/propal.php +++ b/htdocs/projet/propal.php @@ -130,6 +130,8 @@ print ''; $langs->load("propal"); print ''.$langs->trans("AddProp").''; } + print ''; + print '
'; $propales = $projet->get_propal_list(); @@ -137,7 +139,7 @@ if (sizeof($propales)>0 && is_array($propales)) { print '
'; - print_titre('Listes des propositions commerciales associées au projet'); + print_titre($lang->trans("ListProposalsAssociatedProject")); print ''; print '';