mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
Link zur Studienordnung wird im FAS im Menüpunkt "Extras" angezeigt
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
// ****
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user