noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 01/04: Cosmetic #0002059: Tableau de bord la


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 01/04: Cosmetic #0002059: Tableau de bord la création de nouvel événement se retrouve en bas de l'écran
Date: Thu, 2 Sep 2021 18:27:29 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 164edd755a1c78973dbebf360118b4347a9f7591
Author: Dany wm De Bontridder <danydb@noalyss.eu>
AuthorDate: Wed Sep 1 15:06:57 2021 +0200

    Cosmetic #0002059: Tableau de bord
    la création de nouvel événement se retrouve en bas de l'écran
---
 html/js/gestion.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/js/gestion.js b/html/js/gestion.js
index dec6e83..66e65f2 100644
--- a/html/js/gestion.js
+++ b/html/js/gestion.js
@@ -311,7 +311,7 @@ function action_add(p_dossier) {
             onSuccess : function(p_xml, p_text) {
                  if (p_xml.responseText === 'NOCONX') { reconnect();return;}
                         remove_waiting_box();
-                        add_div({id: 'action_add_div',
+                        add_div({id: 'action_add_div',style:'top:25px',
                             cssclass: 'inner_box'});
                         $('action_add_div').innerHTML=p_xml.responseText;
                         p_xml.responseText.evalScripts();



reply via email to

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