From f8f9fd119aeb62cf72c93e97fc6b83238e36a42d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Mon, 17 Dec 2012 14:52:41 +0000 Subject: [PATCH] Anzeigefehler des Gant-Charts in neueren Seamonkey Versionen behoben --- content/projekt/gantt.overlay.js.php | 6 +++--- content/projekt/gantt.overlay.xul.php | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/projekt/gantt.overlay.js.php b/content/projekt/gantt.overlay.js.php index cf6476dee..b711007fa 100755 --- a/content/projekt/gantt.overlay.js.php +++ b/content/projekt/gantt.overlay.js.php @@ -70,7 +70,7 @@ function showStudienjahr() global_url = url; } - document.getElementById('iframe-ressource-projekt').contentWindow.location.href=url; + document.getElementById('iframe-gant-projekt').contentWindow.location.href=url; } function showKalenderjahr() @@ -105,7 +105,7 @@ function showKalenderjahr() } global_url = url; - document.getElementById('iframe-ressource-projekt').contentWindow.location.href=url; + document.getElementById('iframe-gant-projekt').contentWindow.location.href=url; } function showZeitraum(beginn, ende) @@ -131,7 +131,7 @@ function showZeitraum(beginn, ende) } global_url = url; - document.getElementById('iframe-ressource-projekt').contentWindow.location.href=url; + document.getElementById('iframe-gant-projekt').contentWindow.location.href=url; } else alert('kein gültiges Datum eingetragen'); diff --git a/content/projekt/gantt.overlay.xul.php b/content/projekt/gantt.overlay.xul.php index c4cbc68f8..5cfaa336c 100755 --- a/content/projekt/gantt.overlay.xul.php +++ b/content/projekt/gantt.overlay.xul.php @@ -56,6 +56,6 @@ echo ''; -