noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 04/04: Bug #1008 - Comptabilité analytique :


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 04/04: Bug #1008 - Comptabilité analytique : amélioration recherche
Date: Fri, 27 Jun 2014 19:24:54 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit a7d5e8de89942169b9eff56197b4503b571a480d
Author: Dany De Bontridder <address@hidden>
Date:   Fri Jun 27 21:18:48 2014 +0200

    Bug #1008 - Comptabilité analytique : amélioration recherche
---
 include/anc_acc_balance.inc.php  |    2 ++
 include/anc_great_ledger.inc.php |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/include/anc_acc_balance.inc.php b/include/anc_acc_balance.inc.php
index a68211d..e9392d5 100644
--- a/include/anc_acc_balance.inc.php
+++ b/include/anc_acc_balance.inc.php
@@ -4,6 +4,7 @@
 
 if ( ! defined ('ALLOWED') ) die('Appel direct ne sont pas permis');
 require_once('class_anc_acc_list.php');
+echo '<div style="content">';
 $tab = new Anc_Acc_List($cn);
 $tab->get_request();
 echo '<form method="get">';
@@ -16,4 +17,5 @@ if (isset($_GET['result']))
     echo $tab->show_button();
     $tab->display_html();
 }
+echo '</div>';
 ?>
diff --git a/include/anc_great_ledger.inc.php b/include/anc_great_ledger.inc.php
index a304d7e..1bdc426 100644
--- a/include/anc_great_ledger.inc.php
+++ b/include/anc_great_ledger.inc.php
@@ -3,6 +3,7 @@
 //see licence.txt
 
 if ( ! defined ('ALLOWED') ) die('Appel direct ne sont pas permis');
+echo '<div style="content">';
 
 require_once 'class_anc_grandlivre.php';
 
@@ -36,4 +37,5 @@ if ($result != null)
     echo '</form>';
     echo $grandLivre->show_button();
 }
+echo '</div>';
 ?>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]