some tweaks

This commit is contained in:
sebastian 2005-08-02 12:22:26 +00:00
parent 9f47bdc30f
commit 2f268aba62
21 changed files with 158 additions and 178 deletions
livesupport/modules/htmlUI/var/templates/script

View file

@ -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();