From 5ee092f0156933ed6182a1c1de2ba4e3436aefcd Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 4 Sep 2003 11:15:13 +0000 Subject: [PATCH] Modif lien vers les fichiers relatifs aux projets --- htdocs/comm/fiche.php3 | 8 ++++---- htdocs/compta/fiche.php3 | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/htdocs/comm/fiche.php3 b/htdocs/comm/fiche.php3 index 68c0a2631db..62e3779ca5f 100644 --- a/htdocs/comm/fiche.php3 +++ b/htdocs/comm/fiche.php3 @@ -150,7 +150,7 @@ if ($socid > 0) { print "idp\">Documents"; print "idp&action=add_bookmark\">[Bookmark]"; if ($user->rights->projet->creer) - print "idp&action=create\">[Projet]"; + print "idp&action=create\">[Projet]"; if (defined("MAIN_MODULE_FICHEINTER") && MAIN_MODULE_FICHEINTER) { @@ -243,13 +243,13 @@ if ($socid > 0) { $num = $db->num_rows(); if ($num > 0) { $tag = !$tag; print ""; - print "idp\">liste des projets ($num)"; + print "idp\">liste des projets ($num)"; } while ($i < $num && $i < 5) { $obj = $db->fetch_object( $i); $tag = !$tag; print ""; - print ''.$obj->title.''; + print ''.$obj->title.''; print "".$obj->ref .""; $i++; @@ -282,7 +282,7 @@ if ($socid > 0) { } print '-'; - print 'Créer un projet'; + print 'Créer un projet'; print '-'; print ''; diff --git a/htdocs/compta/fiche.php3 b/htdocs/compta/fiche.php3 index 9b8a548a6db..ea4a5161d96 100644 --- a/htdocs/compta/fiche.php3 +++ b/htdocs/compta/fiche.php3 @@ -292,13 +292,13 @@ if ($socid > 0) $num = $db->num_rows(); if ($num > 0) { $tag = !$tag; print ""; - print "idp\">liste des projets ($num)"; + print "idp\">liste des projets ($num)"; } while ($i < $num && $i < 5) { $obj = $db->fetch_object( $i); $tag = !$tag; print ""; - print ''.$obj->title.''; + print ''.$obj->title.''; print "".strftime("%d %b %Y", $obj->do) .""; $i++;