Modifs liens

This commit is contained in:
Rodolphe Quiedeville 2004-02-09 09:30:26 +00:00
parent 2f9476de44
commit 5bf8cd6535

View File

@ -54,7 +54,8 @@ print '<table border="0" width="100%" cellspacing="0" cellpadding="4">';
print '<tr><td valign="top" width="30%">'; print '<tr><td valign="top" width="30%">';
if ($conf->propal->enabled) { if ($conf->propal->enabled)
{
print '<form method="post" action="propal.php">'; print '<form method="post" action="propal.php">';
print '<table border="0" cellspacing="0" cellpadding="3" width="100%">'; print '<table border="0" cellspacing="0" cellpadding="3" width="100%">';
print '<tr class="liste_titre"><td colspan="2">Rechercher une proposition</td></tr>'; print '<tr class="liste_titre"><td colspan="2">Rechercher une proposition</td></tr>';
@ -88,8 +89,6 @@ if ($conf->propal->enabled) {
} }
} }
/* /*
* Actions commerciales a faire * Actions commerciales a faire
* *
@ -119,7 +118,7 @@ if ( $db->query($sql) )
$var=!$var; $var=!$var;
print "<tr $bc[$var]><td>".strftime("%d %b %Y",$obj->da)."</td>"; print "<tr $bc[$var]><td>".strftime("%d %b %Y",$obj->da)."</td>";
print "<td><a href=\"action/fiche.php?id=$obj->id\">$obj->libelle $obj->label</a></td>"; print '<td><a href="'.DOL_URL_ROOT.'/comm/action/fiche.php?id='.$obj->id."\">$obj->libelle $obj->label</a></td>";
print '<td><a href="fiche.php?id='.$obj->idp.'">'.$obj->sname.'</a></td>'; print '<td><a href="fiche.php?id='.$obj->idp.'">'.$obj->sname.'</a></td>';
$i++; $i++;
} }