noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 26/29: Cosmetic : add waiting box when search


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 26/29: Cosmetic : add waiting box when searching by card category for Management customer, supplier, ...
Date: Wed, 4 Nov 2020 11:08:46 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 86aedf7452494bc4c666cd102b8eadffd7f4a4dc
Author: Dany wm De Bontridder <danydb@noalyss.eu>
AuthorDate: Sun Nov 1 20:25:42 2020 +0100

    Cosmetic : add waiting box when searching by card category
    for Management customer, supplier,...
---
 include/adm.inc.php      | 2 +-
 include/bank.inc.php     | 2 +-
 include/customer.inc.php | 2 +-
 include/manager.inc.php  | 2 +-
 include/supplier.inc.php | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/include/adm.inc.php b/include/adm.inc.php
index 5c571f6..f68519e 100644
--- a/include/adm.inc.php
+++ b/include/adm.inc.php
@@ -86,7 +86,7 @@ if ( $low_action == "list" )
                                              ' where  frd_id=$1 '.
                                              ' order by fd_label 
',1,array(FICHE_TYPE_ADM_TAX));
             $sel_card->selected=$http->get("cat","number",-1);
-            $sel_card->javascript=' onchange="submit(this);"';
+            $sel_card->javascript=' onchange="waiting_box();submit(this);"';
             echo _('Catégorie :').$sel_card->input();
         } else
         {
diff --git a/include/bank.inc.php b/include/bank.inc.php
index 6fd15dd..d64f2b5 100644
--- a/include/bank.inc.php
+++ b/include/bank.inc.php
@@ -82,7 +82,7 @@ if ( $low_action == "list" )
                                          ' where  frd_id=$1'.
                                          ' order by fd_label 
',1,array(FICHE_TYPE_FIN));
         $sel_card->selected=$http->get("cat","number",-1);
-        $sel_card->javascript=' onchange="submit(this);"';
+        $sel_card->javascript=' onchange="waiting_box();submit(this);"';
         echo _('Catégorie :').$sel_card->input();
     }
     else
diff --git a/include/customer.inc.php b/include/customer.inc.php
index d42e835..48bcfb7 100644
--- a/include/customer.inc.php
+++ b/include/customer.inc.php
@@ -86,7 +86,7 @@ if ($low_action == "list")
                                                  ' where  
frd_id='.FICHE_TYPE_CLIENT.
                                                  ' order by fd_label ',1);
                 $sel_card->selected=$http->get("cat","number",-1);
-                $sel_card->javascript=' onchange="submit(this);"';
+                $sel_card->javascript=' 
onchange="waiting_box();submit(this);"';
                 echo _('Catégorie :').$sel_card->input();
             } else 
             {
diff --git a/include/manager.inc.php b/include/manager.inc.php
index 83c336b..ba0a22b 100644
--- a/include/manager.inc.php
+++ b/include/manager.inc.php
@@ -89,7 +89,7 @@ if ($low_action == "list")
                             ' where  frd_id=' . FICHE_TYPE_EMPL .
                             ' order by fd_label ', 1);
                     $sel_card->selected=$http->get("cat","number",-1);
-                    $sel_card->javascript = ' onchange="submit(this);"';
+                    $sel_card->javascript = ' 
onchange="waiting_box();submit(this);"';
                     echo _('Catégorie :') . $sel_card->input();
                 }
                 else
diff --git a/include/supplier.inc.php b/include/supplier.inc.php
index 5c29312..d5aee3c 100644
--- a/include/supplier.inc.php
+++ b/include/supplier.inc.php
@@ -88,7 +88,7 @@ if ( $low_action == "list" )
                                          ' where  
frd_id='.FICHE_TYPE_FOURNISSEUR.
                                          ' order by fd_label ',1);
         $sel_card->selected=$http->get("cat","number",-1);
-        $sel_card->javascript=' onchange="submit(this);"';
+        $sel_card->javascript=' onchange="waiting_box();submit(this);"';
         echo _('Catégorie :').$sel_card->input();
     } else 
     {



reply via email to

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