noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 06/46: Documentation


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 06/46: Documentation
Date: Mon, 4 May 2020 13:38:42 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 3fc8a14961c41f5ceaae2b11a13193a35d4076b4
Author: Dany De Bontridder <address@hidden>
AuthorDate: Sun Feb 9 13:13:58 2020 +0100

    Documentation
---
 include/lib/html_input.class.php | 19 +++++++++++++++++--
 1 file changed, 17 insertions(+), 2 deletions(-)

diff --git a/include/lib/html_input.class.php b/include/lib/html_input.class.php
index 1515627..987a89b 100755
--- a/include/lib/html_input.class.php
+++ b/include/lib/html_input.class.php
@@ -950,7 +950,16 @@ class HtmlInput
             return $sel;
         }
     }
-
+    /**
+     * 
+     * * filter the rows in a table and keep the colored row in alternance
+     * @param dom_id $p_table_id table
+     * @param string $p_col , column to search example 0,1,2
+     * @param int $start_row row to always keep (header)
+     * @param string $p_name name of the input field
+     * @param string $p_old_value search value sent by $_GET (or $_REQUEST)
+     * @return string HTML
+     */
     static function filter_table_form($p_table_id, $p_col, $start_row, $p_name,
             $p_old_value)
     {
@@ -963,7 +972,13 @@ class HtmlInput
         $r.=' <span class="notice" id="info_'.$p_table_id.'"></span>';
         return $r;
     }
-
+    /**
+     * filter the rows in a table and keep the colored row in alternance
+     * @param dom_id $p_table_id table
+     * @param string $p_col , column to search example 0,1,2
+     * @param int $start_row row to always keep (header)
+     * @return string HTML
+     */
     static function filter_table($p_table_id, $p_col, $start_row)
     {
         $r="



reply via email to

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