noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 103/119: Improve : Quick filter on history


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 103/119: Improve : Quick filter on history
Date: Mon, 26 Oct 2020 18:27:37 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 259b3f48512ab2abcf5195ea016e4de3dc2d40d6
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Tue Oct 13 18:40:11 2020 +0200

    Improve : Quick filter on history
---
 include/class/acc_ledger_search.class.php | 2 +-
 include/history_operation.inc.php         | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/class/acc_ledger_search.class.php 
b/include/class/acc_ledger_search.class.php
index b7ed71b..ae2a6e8 100644
--- a/include/class/acc_ledger_search.class.php
+++ b/include/class/acc_ledger_search.class.php
@@ -763,7 +763,7 @@ class Acc_Ledger_Search
             return array(0, _("Aucun enregistrement trouvé"));
         }
 
-        $r.='<table class="result">';
+        $r.='<table class="result" id="history_operation_t">';
 
 
         $r.="<tr >";
diff --git a/include/history_operation.inc.php 
b/include/history_operation.inc.php
index e1ab032..da5aefc 100644
--- a/include/history_operation.inc.php
+++ b/include/history_operation.inc.php
@@ -119,6 +119,7 @@ $bar = navigation_bar($offset, $max_line, $step, $page);
 
 echo $msg;
 echo $Ledger->display_search_form();
+echo HtmlInput::filter_table('history_operation_t', '0,1,2,3,4,5,6,7', 1);
 echo $bar;
 echo '<form method="GET" id="fpaida" class="print">';
 echo HtmlInput::hidden("ac", $http->request('ac'));



reply via email to

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