From 0d6b71387d36d6c321c8f92d1c4c520ca7d69916 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 21 Jul 2003 20:47:22 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20lien=20vers=20objet=20li=E9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/comm/action/fiche.php3 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/htdocs/comm/action/fiche.php3 b/htdocs/comm/action/fiche.php3 index 7dec6c3b6bd..4e58946a235 100644 --- a/htdocs/comm/action/fiche.php3 +++ b/htdocs/comm/action/fiche.php3 @@ -185,7 +185,6 @@ if ($action=='create' && $actionid && $contactid) { */ else { - print_titre ("Action effectuée"); print '
'; @@ -250,6 +249,12 @@ if ($id) print 'Contact'.$act->contact->fullname.''; print 'Auteur'.$act->author->fullname.''; print 'Date'.strftime('%d %B %Y %H:%M',time()).''; + if ($act->objet_url) + { + print 'Objet lié'; + print ''.$act->objet_url.''; + } + if ($act->note) { print 'Commentaire';