[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 02/14: Ajout filtre dynamique pour PREOD
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 02/14: Ajout filtre dynamique pour PREOD |
Date: |
Sat, 19 Dec 2015 21:17:09 +0000 |
sparkyx pushed a commit to branch master
in repository noalyss.
commit dec29fc58ddcb10477783f07ee3fb90124717f99
Author: Dany De Bontridder <address@hidden>
Date: Thu Dec 17 15:29:18 2015 +0100
Ajout filtre dynamique pour PREOD
---
include/preod.inc.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/preod.inc.php b/include/preod.inc.php
index bb11861..65837f2 100644
--- a/include/preod.inc.php
+++ b/include/preod.inc.php
@@ -85,8 +85,8 @@ if ( $request_sa== 'jrn' )
echo _("Aucun enregistrement");
return;
}
-
- echo '<table>';
+ echo HtmlInput::filter_table('preod_table', '0', 0);
+ echo '<table id="preod_table">';
$count=0;
foreach ($array as $row )
{
- [Noalyss-commit] [noalyss] branch master updated (e679566 -> ac316b7), Dany De Bontridder, 2015/12/19
- [Noalyss-commit] [noalyss] 01/14: Correction effacement opération prédéfinie, Dany De Bontridder, 2015/12/19
- [Noalyss-commit] [noalyss] 02/14: Ajout filtre dynamique pour PREOD,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 06/14: Bug : export PDF card history incorrect balance, Dany De Bontridder, 2015/12/19
- [Noalyss-commit] [noalyss] 05/14: FIX Confirm box when removing a tag from a document, Dany De Bontridder, 2015/12/19
- [Noalyss-commit] [noalyss] 03/14: FIX CFGLED toutes les fiches DEB sont toujours sélectionnées, Dany De Bontridder, 2015/12/19
- [Noalyss-commit] [noalyss] 04/14: FIX CFGLED toutes les fiches DEB sont toujours sélectionnées, Dany De Bontridder, 2015/12/19
- [Noalyss-commit] [noalyss] 10/14: Dialog box, Dany De Bontridder, 2015/12/19
- [Noalyss-commit] [noalyss] 12/14: Export CSV missing col, Dany De Bontridder, 2015/12/19
- [Noalyss-commit] [noalyss] 14/14: drop function, Dany De Bontridder, 2015/12/19
- [Noalyss-commit] [noalyss] 13/14: indent, Dany De Bontridder, 2015/12/19
- [Noalyss-commit] [noalyss] 08/14: Translation, Dany De Bontridder, 2015/12/19
- [Noalyss-commit] [noalyss] 07/14: Translation, Dany De Bontridder, 2015/12/19