From cf1243867f4a05cf979e4c8e6f6fbe4f7e7ff685 Mon Sep 17 00:00:00 2001 From: Karl Burkhart Date: Thu, 8 Sep 2011 14:36:44 +0000 Subject: [PATCH] =?UTF-8?q?ressource=20window=20open=20-=20neuen=20paramet?= =?UTF-8?q?er=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/planner.overlay.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/planner.overlay.js.php b/content/planner.overlay.js.php index 09a093e6c..346479b8c 100755 --- a/content/planner.overlay.js.php +++ b/content/planner.overlay.js.php @@ -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('content/projekt/ressource.window.xul.php', 'height=384,width=512,resizable=yes,status=no,scrollbars=yes,toolbar=no,location=no,menubar=no'); + window.open('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); }