some tweaks
This commit is contained in:
parent
9f47bdc30f
commit
2f268aba62
21 changed files with 158 additions and 178 deletions
livesupport/modules/htmlUI/var/templates/script
|
@ -62,7 +62,7 @@
|
|||
screenX = (Xpos + Pwidth/2 - width/2);
|
||||
screenY = (Ypos + Pheight/2 - height/2);
|
||||
url = url + '&is_popup=1';
|
||||
arg = 'width='+width+', height='+height+', scrollbars=yes, menubar=no, depend=yes, left='+screenX+', top='+screenY;
|
||||
arg = 'width='+width+', height='+height+',resizable=yes, scrollbars=no, menubar=no, depend=yes, left='+screenX+', top='+screenY;
|
||||
|
||||
popupwin = window.open(url, name, arg);
|
||||
window.popupwin.focus();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue