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

Fix: Pb lien invalide

parent 86ffcf63
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ if ($_GET["propalid"])
print '<tr><td>'.$langs->trans("Company").'</td><td>';
if ($societe->client == 1)
{
$url ='../fiche.php?socid='.$societe->id;
$url = DOL_URL_ROOT.'/comm/fiche.php?socid='.$societe->id;
}
else
{
......@@ -117,7 +117,7 @@ if ($_GET["propalid"])
$author->fetch('');
print $author->fullname.'</td></tr>';
print '<tr><td valign="top" colspan="4">Note :<br>'. nl2br($propal->note)."</td></tr>";
print '<tr><td valign="top" colspan="4">'.$langs->trans("Note").' :<br>'. nl2br($propal->note)."</td></tr>";
if ($_GET["action"] == 'edit')
{
......@@ -136,7 +136,7 @@ if ($_GET["propalid"])
* Actions
*/
print '</div>';
print '<p><div class="tabsAction">';
print '<br><div class="tabsAction">';
if ($user->rights->propale->creer && $_GET["action"] <> 'edit')
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment