From 917a6deaf9344c75425e8cf7ec655db7a848abf1 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 11 Jul 2005 01:01:53 +0000 Subject: [PATCH] =?UTF-8?q?Look:=20L'espace=20du=20bord=20bas=20des=20ongl?= =?UTF-8?q?ets=20est=20g=E9r=E9=20comme=20les=20autres=20bord=20(par=20le?= =?UTF-8?q?=20style=20plutot=20que=20par=20un=20br).=20Ce=20qui=20permet?= =?UTF-8?q?=20d'avoir=20un=20rendu=20sans=20difference=20entre=20IE=20et?= =?UTF-8?q?=20Mozilla.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/comm/prospect/fiche.php | 24 ++++++++---------------- htdocs/socnote.php | 8 +++++--- 2 files changed, 13 insertions(+), 19 deletions(-) diff --git a/htdocs/comm/prospect/fiche.php b/htdocs/comm/prospect/fiche.php index 73d6395a159..04897410f56 100644 --- a/htdocs/comm/prospect/fiche.php +++ b/htdocs/comm/prospect/fiche.php @@ -166,7 +166,9 @@ if ($socid > 0) print img_action(0,3); print ''; print ''; - print "
"; + print ''; + + print ''; /* * @@ -487,14 +489,13 @@ if ($socid > 0) print ''; if ($obj->propalrowid) { - print ''.img_file().' '; - print ''.$obj->libelle.''; + print ''.img_file().' '.$obj->libelle.''; } else { - print ''.img_file().' '; - print ''.$obj->libelle.''; + print ''.img_object($langs->trans("ShowTask"),"task").' '.$obj->libelle.''; } + print ''; /* * Contact pour cette action * @@ -545,12 +546,6 @@ if ($socid > 0) print "".nl2br($societe->note).""; print ""; } - /* - * - * - * - */ - } else @@ -558,11 +553,8 @@ if ($socid > 0) dolibarr_print_error($db); } } -else -{ - print "Erreur"; -} + $db->close(); -llxFooter("Dernière modification $Date$ révision $Revision$"); +llxFooter('$Date$ - $Revision$'); ?> diff --git a/htdocs/socnote.php b/htdocs/socnote.php index 744b8659197..4e71deb5ba4 100644 --- a/htdocs/socnote.php +++ b/htdocs/socnote.php @@ -110,11 +110,13 @@ if ($_GET["socid"] > 0) { print ''; print ""; print "id."\">"; - print "
"; + print "
"; print ''.nl2br($societe->note).''; print ""; - print "
"; - print '
'; + print ''; + print ""; + + print ''; } print '
';