noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 11/13: Task #1045 - Amélioration apparence


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 11/13: Task #1045 - Amélioration apparence : correction position fenêtre tag
Date: Sun, 09 Nov 2014 17:25:15 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 54d33441d0a2879a419a80cb1bf0d40967a4382a
Author: Dany De Bontridder <address@hidden>
Date:   Sun Nov 9 18:10:55 2014 +0100

    Task #1045 - Amélioration apparence  :
    correction position fenêtre tag
---
 html/js/scripts.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/html/js/scripts.js b/html/js/scripts.js
index 00007e9..e8cd690 100644
--- a/html/js/scripts.js
+++ b/html/js/scripts.js
@@ -2228,9 +2228,9 @@ function action_tag_select(p_dossier, ag_id)
                         }
                         var code_html = getNodeText(html[0]);
                         code_html = unescape_xml(code_html);
-                        add_div({id: 'tag_div', style: '', cssclass: 
'inner_box', drag: 1});
-                        $('tag_div').style.top = (posY - 70)+"px";
-                        $('tag_div').style.left = (posX - 70)+"px";
+                        pos=fixed_position(35,229 );
+                        add_div({id: 'tag_div', style: pos, cssclass: 
'inner_box tag', drag: 1});
+                        
                         remove_waiting_box();
                         $('tag_div').innerHTML = code_html;
                     }



reply via email to

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