This commit is contained in:
Andreas Österreicher
2008-09-05 11:46:45 +00:00
parent c3c3be43c1
commit 1d9f18d922
16 changed files with 305 additions and 133 deletions
+8
View File
@@ -1134,6 +1134,14 @@ function OpenAboutDialog()
window.open('<?php echo APP_ROOT ?>content/about.xul.php','About','height=520,width=500,left=350,top=350,hotkeys=0,resizable=yes,status=no,scrollbars=yes,toolbar=no,location=no,menubar=no,dependent=yes');
}
// ****
// * Oeffnet das Handbuch
// ****
function OpenManual()
{
window.open('<?php echo APP_ROOT ?>content/FASo.pdf','Manual');
}
// ****
// * Oeffnet die ToDo Liste
// ****