Skip to content
Snippets Groups Projects
Commit 1bdf8e9c authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Look: Modif esthtique mineure

parent 6aa1ffc8
No related branches found
No related tags found
No related merge requests found
...@@ -405,9 +405,9 @@ if ($conf->propal->enabled && $user->rights->propale->lire) { ...@@ -405,9 +405,9 @@ if ($conf->propal->enabled && $user->rights->propale->lire) {
{ {
$obj = $db->fetch_object($result); $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 "<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 "<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"; print "<td align=\"right\">".price($obj->price)."</td></tr>\n";
$var=!$var; $var=!$var;
$i++; $i++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment