noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 19/33: Task #0002068: Pas de champ recherche


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 19/33: Task #0002068: Pas de champ recherche dans la liste de fiches
Date: Thu, 11 Nov 2021 06:02:48 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 0bdd1e4164ca4b279392ed88fc925200a61173c3
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Thu Oct 14 11:42:32 2021 +0200

    Task #0002068: Pas de champ recherche dans la liste de fiches
---
 include/template/fiche_list.php | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/include/template/fiche_list.php b/include/template/fiche_list.php
index e825636..9b375be 100644
--- a/include/template/fiche_list.php
+++ b/include/template/fiche_list.php
@@ -27,7 +27,16 @@
  */
 ?>
 <?php echo  $bar?>
+<?php
+
+if ($allcard == 1 ) :  
+    echo HtmlInput::filter_table('fiche_list_table_id', '0,1,2,3', 1);
+else:
+     echo HtmlInput::filter_table('fiche_list_table_id', '0,1,2', 1);
+endif;
+?>
 <form method="POST" id="fiche_list_frm" class="print" style="display:inline" 
onsubmit="return confirm_box(this,'<?php echo _("Vous confirmez ?")?>')">
+    
        <table class="sortable" id="fiche_list_table_id">
                <tr>
                        <th >



reply via email to

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