*** empty log message ***

This commit is contained in:
sebastian 2005-04-20 13:48:31 +00:00
parent 9126d82bd2
commit 212f97ea93
37 changed files with 391 additions and 199 deletions

View file

@ -26,9 +26,9 @@
var nn=prompt('New folder name:');
if(nn==null) return;
location.href='{$UI_HANDLER}?id={$START.id}&act=newFolder&newname='+nn;
{literal}}{/literal}
{literal}}
{literal}
function popup(url, name, width, height) // popup in center of perent window
{
var screenX;
@ -49,6 +49,7 @@
Pwidth = window.innerWidth;
Pheight = window.innerHeight;
}
url = url + '&is_popup=1';
screenX = (Xpos + Pwidth/2 - width/2);
screenY = (Ypos + Pheight/2 - height/2);