noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 05/30: Cosmetic : display cards on one row in


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 05/30: Cosmetic : display cards on one row in account search
Date: Sat, 3 Dec 2022 08:35:07 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 822a31070a2c06c8bc8ac68220ed8dc64732c82f
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Fri Nov 18 14:15:58 2022 +0100

    Cosmetic : display cards on one row in account search
---
 include/template/account_result.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/template/account_result.php 
b/include/template/account_result.php
index 550535c27..1acb6fc64 100644
--- a/include/template/account_result.php
+++ b/include/template/account_result.php
@@ -38,14 +38,14 @@
                        $sep="";
                        
$max=(count($det_qcode)>$limite)?$limite:count($det_qcode);
                        for ($e=0;$e<$max;$e++) {
-                               echo 
$sep.HtmlInput::card_detail($det_qcode[$e]);
+                               echo 
$sep.HtmlInput::card_detail($det_qcode[$e],"",'style="display:inline-block"');
                                $sep=" , ";
                        }
                        if ($max < count($det_qcode)) {
                             echo Icon_Action::detail(uniqid(), 
sprintf("display_all_card('%s','%s')",$dossier_id,$array[$i]['pcm_val']));
                        }
                } else {
-                       echo HtmlInput::card_detail($array[$i]['acode']);
+                       echo 
HtmlInput::card_detail($array[$i]['acode'],"",'style="display:inline-block"');
                }
        }
        ?>



reply via email to

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