noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 90/107: Cosmetic : add button close in histor


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 90/107: Cosmetic : add button close in history card & accounting
Date: Mon, 26 Aug 2019 10:32:07 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit baa52a131060a8ecf4247eccca0becb143477562
Author: Dany De Bontridder <address@hidden>
Date:   Mon Aug 19 19:45:52 2019 +0200

    Cosmetic : add button close in history card & accounting
---
 include/ajax/ajax_history.php | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/ajax/ajax_history.php b/include/ajax/ajax_history.php
index b0eef4e..ffdb85a 100644
--- a/include/ajax/ajax_history.php
+++ b/include/ajax/ajax_history.php
@@ -122,6 +122,7 @@ if ( isset($_GET['f_id']))
        } else {
             echo $fiche->filter_history("tb".$div);
             echo $table;
+            echo HtmlInput::button_close($div);
             echo 
$fiche->button_csv($array['from_periode'],$array['to_periode']);
             echo 
$fiche->button_pdf($array['from_periode'],$array['to_periode']);
           }
@@ -209,6 +210,7 @@ if ( isset($_REQUEST['pcm_val']))
          } else {
                 echo $poste->filter_history('tb'.$div);
                 echo $table;
+                echo HtmlInput::button_close($div);
                 echo 
$poste->button_csv($array['from_periode'],$array['to_periode']);
                 echo 
$poste->button_pdf($array['from_periode'],$array['to_periode']);
           }



reply via email to

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