Tag : prefix for search
This commit is contained in:
parent
09cf22dbb9
commit
c0cebd8a1b
1 changed files with 3 additions and 3 deletions
|
|
@ -2091,7 +2091,7 @@ 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',cssclass:'inner_box',drag:1});
|
||||
add_div({id:'tag_div',style:'width:40%;',cssclass:'inner_box',drag:1});
|
||||
$('tag_div').style.top=posY-70;
|
||||
$('tag_div').style.left=posX-70;
|
||||
remove_waiting_box();
|
||||
|
|
@ -2205,9 +2205,9 @@ 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',cssclass:'inner_box',drag:1});
|
||||
add_div({id:p_prefix+'tag_div',style:'width:40%',cssclass:'inner_box',drag:1});
|
||||
$(p_prefix+'tag_div').style.top=posY-80;
|
||||
$(p_prefix+'tag_div').style.left=posX+102;
|
||||
$(p_prefix+'tag_div').style.left=posX-200;
|
||||
remove_waiting_box();
|
||||
$(p_prefix+'tag_div').innerHTML=code_html;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue