noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 10/10: Follow-Up : list with a filter


From: dwm
Subject: [Noalyss-commit] [noalyss] 10/10: Follow-Up : list with a filter
Date: Sun, 25 Feb 2024 13:17:52 -0500 (EST)

sparkyx pushed a commit to branch devel
in repository noalyss.

commit 39eb388b0bca4389f3ce73a429d7b6ea656f5ac7
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Thu Feb 22 23:36:40 2024 +0100

    Follow-Up : list with a filter
---
 include/template/follow_up-view_list.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/template/follow_up-view_list.php 
b/include/template/follow_up-view_list.php
index 225831451..e44a7e9ac 100644
--- a/include/template/follow_up-view_list.php
+++ b/include/template/follow_up-view_list.php
@@ -28,9 +28,10 @@ if (empty ($array)) {
     return;
 }
 $idx=0;
+echo \HtmlInput::filter_table("view_list_tb", "0,1,2,3,4,5", 1);
 ?>
 
-<table class="result">
+<table class="result" id="view_list_tb">
     <thead>
 
     <tr>



reply via email to

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