From 5908f4d6c1fb2062f5f5fb3e59c918a970f16df2 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 22 Jun 2003 15:05:09 +0000 Subject: [PATCH] =?UTF-8?q?Nouvel=20URL=20sur=20le=20nom=20de=20la=20soci?= =?UTF-8?q?=E9t=E9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/includes/boxes/box_propales.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/includes/boxes/box_propales.php b/htdocs/includes/boxes/box_propales.php index 7fd8c3dbfa4..d4023794ecc 100644 --- a/htdocs/includes/boxes/box_propales.php +++ b/htdocs/includes/boxes/box_propales.php @@ -21,7 +21,7 @@ */ $info_box_head = array(); -$info_box_head[] = array('text' => "5 dernières propositions"); +$info_box_head[] = array('text' => "Les 5 dernières propositions"); $info_box_contents = array(); @@ -48,7 +48,7 @@ if ($result) $info_box_contents[$i][1] = array('align' => 'center', 'text' => $objp->nom, - 'url' => DOL_URL_ROOT."/comm/propal.php3?propalid=".$objp->rowid); + 'url' => DOL_URL_ROOT."/comm/fiche.php3?socid=".$objp->idp); $i++; } }