ressource window open - neuen parameter hinzugefügt

This commit is contained in:
Karl Burkhart
2011-09-08 14:36:44 +00:00
parent 946613ba9b
commit cf1243867f
+1 -1
View File
@@ -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);
}