Cosmetic #0002059: Tableau de bord
la création de nouvel événement se retrouve en bas de l'écran
This commit is contained in:
parent
8ff081c74c
commit
164edd755a
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue