noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 07/12: task #0001861: Plage de cases à cocher


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 07/12: task #0001861: Plage de cases à cocher , search action
Date: Sun, 8 Nov 2020 15:52:14 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit c6390edd8df3c43a5511a70a155fcf747f7b792b
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sat Nov 7 15:32:09 2020 +0100

    task #0001861: Plage de cases à cocher , search action
---
 include/template/action_search_result.php | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/include/template/action_search_result.php 
b/include/template/action_search_result.php
index 9b5c30d..06ebbd8 100644
--- a/include/template/action_search_result.php
+++ b/include/template/action_search_result.php
@@ -26,6 +26,7 @@
  * @brief show the result of a search into a inner windows
  *
  */
+
 ?>
 <form onsubmit="set_action_related('fresultaction');return false;" 
id="fresultaction">
        <?php echo HtmlInput::hidden('ctlc',$_GET['ctlc'])?>
@@ -63,6 +64,7 @@
                        <?php
                        $ck=new ICheckBox('ag_id[]');
                         $ck->value=$a_row[$i]['ag_id'];
+                         $ck->set_range("ag_id_search_ck");
                         echo $ck->input();
                        ?>
                </td>
@@ -86,4 +88,7 @@
 <?php endfor;?>
 </table>
        <?php echo HtmlInput::submit("save_action", _("Mettre à jour"))?>
-</form>
\ No newline at end of file
+</form>
+<?php
+echo ICheckBox::javascript_set_range("ag_id_search_ck");
+?>
\ No newline at end of file



reply via email to

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