mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-12 17:49:28 +00:00
ressource window open - neuen parameter hinzugefügt
This commit is contained in:
@@ -246,7 +246,7 @@ function RessourceNeu()
|
||||
// netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect"); // Trick 17
|
||||
var tree=document.getElementById('tree-ressourcemenue');
|
||||
// var oe=getTreeCellText(tree, "treecol-ressourcemenue-oe", tree.currentIndex);
|
||||
window.open('<?php echo APP_ROOT; ?>content/projekt/ressource.window.xul.php', 'height=384,width=512,resizable=yes,status=no,scrollbars=yes,toolbar=no,location=no,menubar=no');
|
||||
window.open('<?php echo APP_ROOT; ?>content/projekt/ressource.window.xul.php','Neue Ressource anlegen', 'height=384,width=512,resizable=yes,status=no,scrollbars=yes,toolbar=no,location=no,menubar=no');
|
||||
//alert (oe);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user