From da0dc3472b6a73d9b4e744c7dc55f6d6aead6cde Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 12 May 2012 15:59:28 +0200 Subject: [PATCH] Fix: Pb with backtopage Conflicts: htdocs/adherents/fiche.php --- htdocs/comm/action/fiche.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/comm/action/fiche.php b/htdocs/comm/action/fiche.php index 84067085528..2efad0d3cf4 100644 --- a/htdocs/comm/action/fiche.php +++ b/htdocs/comm/action/fiche.php @@ -420,7 +420,7 @@ if ($action == 'create') print '
'; print ''; print ''; - print ''; + if ($backtopage) print ''; if (GETPOST("actioncode") == 'AC_RDV') print_fiche_titre($langs->trans("AddActionRendezVous")); else print_fiche_titre($langs->trans("AddAnAction")); @@ -673,7 +673,7 @@ if ($id) print ''; print ''; print ''; - print ''; + if ($backtopage) print ''; print '';