noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 280/323: Task : esthetic Follow up , tags


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 280/323: Task : esthetic Follow up , tags
Date: Wed, 14 Mar 2018 17:39:04 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 5da49b75bc13f47cbd48fc360497d5556604def4
Author: Dany De Bontridder <address@hidden>
Date:   Tue Feb 27 21:27:33 2018 +0100

    Task : esthetic Follow up , tags
---
 html/js/scripts.js                     | 4 ++--
 include/template/tag_search_select.php | 6 +++++-
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/html/js/scripts.js b/html/js/scripts.js
index 99c9e5b..c0fd3c2 100644
--- a/html/js/scripts.js
+++ b/html/js/scripts.js
@@ -2610,12 +2610,12 @@ function search_display_tag(p_dossier, p_prefix)
                         var code_html = getNodeText(html[0]);
                         code_html = unescape_xml(code_html);
                         remove_waiting_box();
-                        add_div({id: p_prefix + 'tag_div', style: '', 
cssclass: 'inner_box', drag: 1});
+                        add_div({id: p_prefix + 'tag_div', style: 
'left:10%;width:70%', cssclass: 'inner_box', drag: 1});
                         $(p_prefix + 'tag_div').style.top = posY - 80 + "px";
                         $(p_prefix + 'tag_div').style.left = posX - 200 + "px";
                         remove_waiting_box();
                         $(p_prefix + 'tag_div').innerHTML = code_html;
-
+                        code_html.evalScripts();
                     }
                 }
         );
diff --git a/include/template/tag_search_select.php 
b/include/template/tag_search_select.php
index cd48dac..5b50aaa 100644
--- a/include/template/tag_search_select.php
+++ b/include/template/tag_search_select.php
@@ -50,4 +50,8 @@ $gDossier=Dossier::id();
 <?php
  endfor;
  ?>
-</table>
\ No newline at end of file
+</table>
+<script>
+    show_only_row('<?=$p_prefix?>tag_tb_id','tag_status','Y');
+</script>    
+<?=HtmlInput::button_close($p_prefix.'tag_div')?>
\ No newline at end of file



reply via email to

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