This commit is contained in:
Andreas Österreicher
2008-02-25 16:40:43 +00:00
parent 8b882c4379
commit af29ba7386
3 changed files with 19 additions and 0 deletions
+7
View File
@@ -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 ********** -->
+8
View File
@@ -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
// ****
+4
View File
@@ -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">