Link zur LVPlan Synchronisierung im Tempus hinzugefügt

This commit is contained in:
Andreas Österreicher
2013-09-19 12:30:16 +00:00
parent 48f2d5e09c
commit a300a3fdeb
3 changed files with 18 additions and 0 deletions
+7
View File
@@ -483,6 +483,13 @@ function ResCheckShow()
{
window.open('<?php echo APP_ROOT;?>vilesci/lehre/check/res_check.php', 'KollisionReservierung');
}
// ****
// * Zeigt das Fenster zur Kollisionspruefung mit Reservierungen
// ****
function SyncLVPlan()
{
window.open('<?php echo APP_ROOT;?>vilesci/lehre/lvplan_custom_sync.php', 'LVPlan Sync');
}
// ****
// * Oeffnet das Handbuch
+7
View File
@@ -54,6 +54,7 @@ echo '<?xml-stylesheet href="datepicker/datepicker.css" type="text/css"?>';
<command id="menu-extras-kollisionstudent:command" oncommand="KollisionStudentShow();"/>
<command id="menu-extras-lvplanwartung:command" oncommand="LVPlanWartungShow();"/>
<command id="menu-extras-rescheck:command" oncommand="ResCheckShow();"/>
<command id="menu-extras-synclvplan:command" oncommand="SyncLVPlan();"/>
<command id="menu-help-about:command" oncommand="OpenAboutDialog()"/>
<command id="menu-help-todo:command" oncommand="HelpOpenToDo();"/>
<command id="menu-help-manual:command" oncommand="OpenManualTempus();"/>
@@ -218,6 +219,12 @@ echo '<?xml-stylesheet href="datepicker/datepicker.css" type="text/css"?>';
label = "&menu-extras-rescheck.label;"
command = "menu-extras-rescheck:command"
accesskey = "&menu-extras-rescheck.accesskey;"/>
<menuitem
id = "menu-extras-synclvplan"
key = "menu-extras-synclvplan:key"
label = "&menu-extras-synclvplan.label;"
command = "menu-extras-synclvplan:command"
accesskey = "&menu-extras-synclvplan.accesskey;"/>
</menupopup>
</menu>
<menu id="menu-help" label="&menu-help.label;" accesskey="&menu-help.accesskey;">
+4
View File
@@ -84,3 +84,7 @@
<!ENTITY menu-extras-rescheck.key "R">
<!ENTITY menu-extras-rescheck.label "Kollisionspruefung mit Reservierungen">
<!ENTITY menu-extras-rescheck.accesskey "R">
<!ENTITY menu-extras-synclvplan.key "S">
<!ENTITY menu-extras-synclvplan.label "LVPlan Synchronisierung">
<!ENTITY menu-extras-synclvplan.accesskey "S">