From 164edd755a1c78973dbebf360118b4347a9f7591 Mon Sep 17 00:00:00 2001 From: Dany wm De Bontridder Date: Wed, 1 Sep 2021 15:06:57 +0200 Subject: [PATCH] =?UTF-8?q?Cosmetic=20#0002059:=20Tableau=20de=20bord=20la?= =?UTF-8?q?=20cr=C3=A9ation=20de=20nouvel=20=C3=A9v=C3=A9nement=20se=20ret?= =?UTF-8?q?rouve=20en=20bas=20de=20l'=C3=A9cran?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 dec6e83d2..66e65f200 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();