From d815534293c40b4632561c29ab81ccc13e56014d Mon Sep 17 00:00:00 2001 From: bcroq Date: Fri, 3 Oct 2003 20:21:32 +0000 Subject: [PATCH] =?UTF-8?q?dans=20les=20urls,=20le=20s=E9parateur=20des=20?= =?UTF-8?q?param=E8tres=20doit=20s'=E9crire=20"&"=20et=20non=20avec=20?= =?UTF-8?q?un=20simple=20"&"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/fourn/facture/fiche.php | 14 +++++++------- htdocs/fourn/facture/pre.inc.php | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/htdocs/fourn/facture/fiche.php b/htdocs/fourn/facture/fiche.php index fb16c29634a..6a506f75e92 100644 --- a/htdocs/fourn/facture/fiche.php +++ b/htdocs/fourn/facture/fiche.php @@ -312,12 +312,12 @@ else print ''.price($fac->lignes[$i][5]).""; print ''.price($fac->lignes[$i][6]).""; print '['; - print 'Supprimer]'; + print 'Supprimer]'; print ''; } /* Nouvelle ligne */ - print "
rowid&action=add_ligne\" method=\"post\">"; + print "rowid&action=add_ligne\" method=\"post\">"; print ""; print ''; print ''; @@ -459,11 +459,11 @@ else if ($obj->statut == 0 && $user->societe_id == 0) { - print '[Supprimer]'; + print '[Supprimer]'; } elseif ($obj->statut == 1 && $obj->paye == 0 && $user->societe_id == 0) { - print '[Emmettre un paiement]'; + print '[Emmettre un paiement]'; } else { @@ -472,7 +472,7 @@ else if ($obj->statut == 0 && $user->societe_id == 0) { - print '[Editer]'; + print '[Editer]'; } else { @@ -481,7 +481,7 @@ else if ($obj->statut == 1 && abs($resteapayer == 0) && $obj->paye == 0 && $user->societe_id == 0) { - print "[Classer 'Payée']"; + print "[Classer 'Payée']"; } else { @@ -490,7 +490,7 @@ else if ($obj->statut == 0 && $user->societe_id == 0) { - print "[Valider]"; + print "[Valider]"; } else { diff --git a/htdocs/fourn/facture/pre.inc.php b/htdocs/fourn/facture/pre.inc.php index 50c3edadb2a..4d02fd98a9e 100644 --- a/htdocs/fourn/facture/pre.inc.php +++ b/htdocs/fourn/facture/pre.inc.php @@ -38,7 +38,7 @@ function llxHeader($head = "", $urlp = "") { if ($user->societe_id == 0) { - $menu->add_submenu(DOL_URL_ROOT."/soc.php?&action=create","Nouvelle société"); + $menu->add_submenu(DOL_URL_ROOT."/soc.php?action=create","Nouvelle société"); }