Anzeigefehler des Gant-Charts in neueren Seamonkey Versionen behoben

This commit is contained in:
Andreas Österreicher
2012-12-17 14:52:41 +00:00
parent 21de5b1cb2
commit f8f9fd119a
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -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');
+2 -2
View File
@@ -56,6 +56,6 @@ echo '<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>';
<toolbarbutton id="toolbarbutton-gantt-anzeigen" label="anzeigen" oncommand="showZeitraum(document.getElementById('toolbarbutton-gantt-beginn').value, document.getElementById('toolbarbutton-gantt-ende').value)" disabled="false" tooltiptext="Zeite Zeitraum"/>
</toolbar>
</toolbox>
<iframe id="iframe-ressource-projekt" flex="5" src="" />
<iframe id="iframe-gant-projekt" flex="5" src="" />
</vbox>
</overlay>
</overlay>