From ed0690eacd6d2c58b4de7105cebb44e61a31a93e Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Tue, 7 Dec 2010 22:32:18 +0000 Subject: [PATCH] Compta analytic : improve apperance, fix bug --- include/anc_od.inc.php | 3 ++- include/anc_pa.inc.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/include/anc_od.inc.php b/include/anc_od.inc.php index 459a658e6..db7af4e82 100644 --- a/include/anc_od.inc.php +++ b/include/anc_od.inc.php @@ -38,7 +38,8 @@ $pa=new Anc_Plan($cn); $m=$pa->get_list(); if ( ! $m ) { - echo '

'._('Aucun plan analytique défini').'

'; + + echo '

'._('Aucun plan analytique défini').'

'; exit(); } diff --git a/include/anc_pa.inc.php b/include/anc_pa.inc.php index 32a42540a..30e6de4b0 100644 --- a/include/anc_pa.inc.php +++ b/include/anc_pa.inc.php @@ -259,7 +259,7 @@ if ( empty($list) ) echo ''; if ( ! isset ( $_REQUEST['sa'])) - echo '
'. + echo '
'. "Aucun plan analytique n'est défini". '
';