noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 13/13: Task #2332 : cosmetique cache liste fi


From: dwm
Subject: [Noalyss-commit] [noalyss] 13/13: Task #2332 : cosmetique cache liste fichiers
Date: Sun, 28 Jan 2024 09:05:27 -0500 (EST)

sparkyx pushed a commit to branch devel
in repository noalyss.

commit 5c6b3ccdb58fdeced3494e72dc8f0b9b6a5137d5
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sun Jan 28 14:31:59 2024 +0100

    Task #2332 : cosmetique cache liste fichiers
---
 include/template/follow_up-display.php | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/include/template/follow_up-display.php 
b/include/template/follow_up-display.php
index c1d4b4acb..1c64f9fae 100644
--- a/include/template/follow_up-display.php
+++ b/include/template/follow_up-display.php
@@ -519,17 +519,18 @@ endif; ?>
  
**********************************************************************************************************************/
 ?>
     </div>
-    <div id="icon_show_file_div_id">
+    <div id="icon_show_file_div_id<?=$uniq?>">
     <?php
     /** Start Block Document **/
-    printf ("Voir toutes les fichiers");
-    echo \Icon_Action::show_icon(uniqid(), 
"$('all_attached_files_div').show();$('icon_show_file_div_id').hide()");
+    printf ("Voir tous les fichiers");
+
+    echo \Icon_Action::show_icon(uniqid(), 
"$('all_attached_files_div{$uniq}').show();$('icon_show_file_div_id{$uniq}').hide()");
     ?>
     </div>
-  <div class="print" style="display: none" id="all_attached_files_div">
+  <div class="print" style="display: none" 
id="all_attached_files_div<?=$uniq?>">
       <?php
       echo "Cacher les fichiers";
-      echo \Icon_Action::hide_icon(uniqid(), 
"$('all_attached_files_div').hide();$('icon_show_file_div_id').show()")
+      echo \Icon_Action::hide_icon(uniqid(), 
"$('all_attached_files_div{$uniq}').hide();$('icon_show_file_div_id{$uniq}').show()")
       ?>
       <table>
   <?php



reply via email to

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