noalyss-commit
[Top][All Lists]
Advanced

[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 )
     {



reply via email to

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