mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
This commit is contained in:
@@ -110,6 +110,7 @@ echo '<?xml-stylesheet href="datepicker/datepicker.css" type="text/css"?>';
|
||||
<command id="menu-extras-projektarbeitsbenotung:command" oncommand="ExtrasShowProjektarbeitsBenotung();"/>
|
||||
<command id="menu-extras-gruppenverwaltung:command" oncommand="ExtrasShowGruppenverwaltung();"/>
|
||||
<command id="menu-extras-lehrfachverwaltung:command" oncommand="ExtrasShowLehrfachverwaltung();"/>
|
||||
<command id="menu-extras-lektorenzuordnunginstitute:command" oncommand="ExtrasShowLektorenzuordnunginstitute();"/>
|
||||
<command id="menu-bis-mitarbeiter-import:command" oncommand="BISMitarbeiterImport();"/>
|
||||
<command id="menu-bis-mitarbeiter-export:command" oncommand="BISMitarbeiterExport();"/>
|
||||
<command id="menu-bis-mitarbeiter-checkverwendung:command" oncommand="BISMitarbeiterCheckVerwendung();"/>
|
||||
@@ -482,6 +483,12 @@ echo '<?xml-stylesheet href="datepicker/datepicker.css" type="text/css"?>';
|
||||
label = "&menu-extras-lehrfachverwaltung.label;"
|
||||
command = "menu-extras-lehrfachverwaltung:command"
|
||||
accesskey = "&menu-extras-lehrfachverwaltung.accesskey;"/>
|
||||
<menuitem
|
||||
id = "menu-extras-lektorenzuordnunginstitute"
|
||||
key = "menu-extras-lektorenzuordnunginstitute:key"
|
||||
label = "&menu-extras-lektorenzuordnunginstitute.label;"
|
||||
command = "menu-extras-lektorenzuordnunginstitute:command"
|
||||
accesskey = "&menu-extras-lektorenzuordnunginstitute.accesskey;"/>
|
||||
</menupopup>
|
||||
</menu>
|
||||
<!-- ********** BIS ********** -->
|
||||
|
||||
@@ -917,6 +917,14 @@ function ExtrasShowLehrfachverwaltung()
|
||||
window.open('<?php echo APP_ROOT ?>vilesci/lehre/lehrfach.php','Lehrfach','');
|
||||
}
|
||||
|
||||
// ****
|
||||
// * Zeigt HTML Seite mit Lektorenzuordnung zu Instituten
|
||||
// ****
|
||||
function ExtrasShowLektorenzuordnunginstitute()
|
||||
{
|
||||
window.open('<?php echo APP_ROOT ?>vilesci/personen/institutsliste.php','Lektorenzuordnung-Institute','');
|
||||
}
|
||||
|
||||
// ****
|
||||
// * Zeigt eine Seite zum Importieren der Funktionen aus der vorherigen BISMeldung
|
||||
// ****
|
||||
|
||||
@@ -192,6 +192,10 @@
|
||||
<!ENTITY menu-extras-lehrfachverwaltung.label "Lehrfachverwaltung">
|
||||
<!ENTITY menu-extras-lehrfachverwaltung.accesskey "E">
|
||||
|
||||
<!ENTITY menu-extras-lektorenzuordnunginstitute.key "L">
|
||||
<!ENTITY menu-extras-lektorenzuordnunginstitute.label "Lektorenzuordnung-Institute">
|
||||
<!ENTITY menu-extras-lektorenzuordnunginstitute.accesskey "L">
|
||||
|
||||
<!-- BIS -->
|
||||
<!ENTITY menu-bis.label "BIS">
|
||||
<!ENTITY menu-bis.accesskey "I">
|
||||
|
||||
Reference in New Issue
Block a user