From 1bdf8e9c7e0b878d1d1e617e1c8d03ce913d6acf Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@users.sourceforge.net>
Date: Sun, 27 Feb 2005 16:48:22 +0000
Subject: [PATCH] =?UTF-8?q?Look:=20Modif=20esth=E9tique=20mineure?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 htdocs/comm/index.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/htdocs/comm/index.php b/htdocs/comm/index.php
index a858a181f64..d2554f9b388 100644
--- a/htdocs/comm/index.php
+++ b/htdocs/comm/index.php
@@ -405,9 +405,9 @@ if ($conf->propal->enabled && $user->rights->propale->lire) {
 	    {
 	      $obj = $db->fetch_object($result);
 	      print "<tr $bc[$var]><td width=\"15%\"><a href=\"propal.php?propalid=".$obj->propalid."\">".img_object($langs->trans("ShowPropal"),"propal")." ".$obj->ref."</a></td>";
-	      print "<td width=\"30%\"><a href=\"fiche.php?socid=$obj->idp\">".img_object($langs->trans("ShowCompany"),"company")." ".$obj->nom."</a></td>\n";      
+	      print "<td><a href=\"fiche.php?socid=$obj->idp\">".img_object($langs->trans("ShowCompany"),"company")." ".$obj->nom."</a></td>\n";      
 	      print "<td align=\"right\">";
-	      print strftime("%e %b %Y",$obj->dp)."</td>\n";	  
+	      print strftime("%d %b %Y",$obj->dp)."</td>\n";	  
 	      print "<td align=\"right\">".price($obj->price)."</td></tr>\n";
 	      $var=!$var;
 	      $i++;
-- 
GitLab