This commit is contained in:
Andreas Österreicher
2007-10-03 11:52:23 +00:00
parent 43f3e3148c
commit 4dad8af683
6 changed files with 87 additions and 10 deletions
+24
View File
@@ -800,6 +800,30 @@ function BISMitarbeiterImport()
window.open('<?php echo APP_ROOT ?>vilesci/bis/personalimport.php','Import','');
}
// ****
// * Oeffnet Script zum generieren der BIS-Meldung
// ****
function BISMitarbeiterExport()
{
window.open('<?php echo APP_ROOT ?>vilesci/bis/personalmeldung.php','Generieren','');
}
// ****
// * Oeffnet Script zum Checken der Verwendung
// ****
function BISMitarbeiterCheckVerwendung()
{
window.open('<?php echo APP_ROOT ?>vilesci/bis/checkverwendung.php','CheckVerwendung','');
}
// ****
// * oeffnet Script zum Checken der Funktion
// ****
function BISMitarbeiterCheckFunktion()
{
window.open('<?php echo APP_ROOT ?>vilesci/bis/checkfunktion.php','CheckFunktion','');
}
// ****
// * Oeffnet den About Dialog
// ****