[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']);
}
- [Noalyss-commit] [noalyss] 72/107: Improve message progress bar + translation, (continued)
- [Noalyss-commit] [noalyss] 72/107: Improve message progress bar + translation, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 94/107: Bug : Database::fetch_all returns an array or FALSE, because of pg_fetch_all, the version PHP7 cannot use anymore a boolean with count()., Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 63/107: remove background color, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 66/107: Code cleaning : rename table mod_payment to payment_method, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 53/107: Select_Box new Object, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 55/107: Merge branch 'master' of gitlab.noalyss.eu:noalyss/noalyss, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 57/107: PDF_Core : code cleaning, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 71/107: Select_Box add a search, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 77/107: Security : replace direct use of $_GET, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 45/107: Replace PHPCOMPTA by NOALYSS, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 90/107: Cosmetic : add button close in history card & accounting,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 88/107: SQL : correct SQL script to take care of users who delete the profile no 2, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 104/107: 0001728: Aide à l'encodage - Journaux négatifs (note de crédit) Unit test, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 48/107: Doxygen does not allow to document javascript Remove tag for using with jsdoc, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 89/107: Task #1735: Détail opération utilisation icone poubelle, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 103/107: Fix 0001728: Aide à l'encodage - Journaux négatifs (note de crédit) SQL Scripts, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 97/107: New : InputSwitch, display a switch and change the value of a hidden variable, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 102/107: New Task 1728: Aide à l'encodage - Journaux négatifs (note de crédit), Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 42/107: squash! PHPUnit : adapt to new version, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 49/107: translation, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 86/107: Cosmetic : Icon_Trash in Todo_List, Dany De Bontridder, 2019/08/26