mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 16:44:28 +00:00
This commit is contained in:
@@ -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
|
||||
// ****
|
||||
|
||||
Reference in New Issue
Block a user