Link zur Studienordnung wird im FAS im Menüpunkt "Extras" angezeigt

This commit is contained in:
Manfred Kindl
2014-04-07 17:22:27 +00:00
parent 747d98c5be
commit 30da21258d
3 changed files with 19 additions and 0 deletions
+7
View File
@@ -141,6 +141,7 @@ foreach($addon_obj->result as $addon)
<command id="menu-extras-reihungstest:command" oncommand="ExtrasShowReihungstest();"/>
<command id="menu-extras-firma:command" oncommand="ExtrasShowFirmenverwaltung();"/>
<command id="menu-extras-lvverwaltung:command" oncommand="ExtrasShowLVverwaltung();"/>
<command id="menu-extras-studienordnung:command" oncommand="ExtrasShowStudienordnung();"/>
<command id="menu-extras-projektarbeitsbenotung:command" oncommand="ExtrasShowProjektarbeitsBenotung();"/>
<command id="menu-extras-gruppenverwaltung:command" oncommand="ExtrasShowGruppenverwaltung();"/>
<command id="menu-extras-lehrfachverwaltung:command" oncommand="ExtrasShowLehrfachverwaltung();"/>
@@ -718,6 +719,12 @@ foreach($addon_obj->result as $addon)
label = "&menu-extras-lvverwaltung.label;"
command = "menu-extras-lvverwaltung:command"
accesskey = "&menu-extras-lvverwaltung.accesskey;"/>
<menuitem
id = "menu-extras-studienordnung"
key = "menu-extras-studienordnung:key"
label = "&menu-extras-studienordnung.label;"
command = "menu-extras-studienordnung:command"
accesskey = "&menu-extras-studienordnung.accesskey;"/>
<menuitem
id = "menu-extras-projektarbeitsabgaben"
key = "menu-extras-projektarbeitsabgaben:key"
+8
View File
@@ -1151,6 +1151,14 @@ function ExtrasShowFirmenverwaltung()
window.open('<?php echo APP_ROOT ?>vilesci/stammdaten/firma_frameset.html','Firma','');
}
// ****
// * Zeigt HTML Seite zum Bearbeiten der Studienordnung an
// ****
function ExtrasShowStudienordnung()
{
window.open('<?php echo APP_ROOT ?>vilesci/lehre/studienordnung.php','Studienordnung','');
}
// ****
// * Zeigt HTML Seite zum Eintragen von Projektarbeitsnoten an
// ****
+4
View File
@@ -291,6 +291,10 @@
<!ENTITY menu-extras-lvverwaltung.label "Lehrveranstaltungsverwaltung">
<!ENTITY menu-extras-lvverwaltung.accesskey "L">
<!ENTITY menu-extras-studienordnung.key "S">
<!ENTITY menu-extras-studienordnung.label "Studienordnung">
<!ENTITY menu-extras-studienordnung.accesskey "S">
<!ENTITY menu-extras-projektarbeitsbenotung.key "P">
<!ENTITY menu-extras-projektarbeitsbenotung.label "Projektarbeitsbenotung">
<!ENTITY menu-extras-projektarbeitsbenotung.accesskey "P">