*** empty log message ***
This commit is contained in:
parent
9126d82bd2
commit
212f97ea93
37 changed files with 391 additions and 199 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue