phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r662 - tag/rel671/rapport_avance


From: phpcompta-dev
Subject: [Phpcompta-dev] r662 - tag/rel671/rapport_avance
Date: Sun, 12 Jan 2014 17:40:39 +0100 (CET)

Author: danydb
Date: 2014-01-12 17:40:38 +0100 (Sun, 12 Jan 2014)
New Revision: 662

Modified:
   tag/rel671/rapport_avance/ajax_listing_search_code.php
   tag/rel671/rapport_avance/ajax_rapav_search_code.php
Log:
Add dynamic search

Modified: tag/rel671/rapport_avance/ajax_listing_search_code.php
===================================================================
--- tag/rel671/rapport_avance/ajax_listing_search_code.php      2014-01-12 
16:06:37 UTC (rev 661)
+++ tag/rel671/rapport_avance/ajax_listing_search_code.php      2014-01-12 
16:40:38 UTC (rev 662)
@@ -31,8 +31,10 @@
         from rapport_advanced.listing_param 
         where l_id=$1 order by 2",array($f_id));
 echo HtmlInput::title_box('Code Formulaire','search_code_div');
+echo _('Filtre').':'.HtmlInput::filter_table('code_listing_tb','0,1',1);
+
 ?>
-<table>
+<table id='code_listing_tb'>
        <tr>
                <th>
                        Code

Modified: tag/rel671/rapport_avance/ajax_rapav_search_code.php
===================================================================
--- tag/rel671/rapport_avance/ajax_rapav_search_code.php        2014-01-12 
16:06:37 UTC (rev 661)
+++ tag/rel671/rapport_avance/ajax_rapav_search_code.php        2014-01-12 
16:40:38 UTC (rev 662)
@@ -29,8 +29,9 @@
 global $cn;
 $array=$cn->get_array("select p_id,p_code,p_libelle from 
rapport_advanced.formulaire_param where p_type=3 and f_id=$1 order by 
2",array($f_id));
 echo HtmlInput::title_box('Code Formulaire','search_code_div');
+echo _('Filtre').':'.HtmlInput::filter_table('code_tb','0,1',1);
 ?>
-<table>
+<table id='code_tb'>
        <tr>
                <th>
                        Code



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu



reply via email to

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