This commit is contained in:
Andreas Österreicher
2007-12-12 07:54:03 +00:00
parent 47d81e104d
commit 8327392da0
3 changed files with 19 additions and 0 deletions
+8
View File
@@ -284,4 +284,12 @@ function UnDo(log_id, bezeichnung)
LvTreeRefresh();
}
}
}
// ****
// * Oeffnet die ToDoListe fuers Tempus
// ****
function HelpOpenToDo()
{
window.open('ToDo_Tempus.html','ToDo');
}
+7
View File
@@ -54,6 +54,7 @@ echo '<?xul-overlay href="'.APP_ROOT.'content/tempusoverlay.xul.php"?>';
<command id="menu-prefs-ignore_kollision:command" oncommand="variableChange('ignore_kollision','menu-prefs-ignore_kollision');"/>
<command id="menu-prefs-ignore_zeitsperre:command" oncommand="variableChange('ignore_zeitsperre','menu-prefs-ignore_zeitsperre');"/>
<command id="menu-prefs-ignore_reservierung:command" oncommand="variableChange('ignore_reservierung','menu-prefs-ignore_reservierung');"/>
<command id="menu-help-todo:command" oncommand="HelpOpenToDo();"/>
</commandset>
<keyset id="mainkeys">
@@ -178,6 +179,12 @@ echo '<?xul-overlay href="'.APP_ROOT.'content/tempusoverlay.xul.php"?>';
label = "&menu-help-close.label;"
command = "menu-help-close:command"
accesskey = "&menu-help-close.accesskey;"/>
<menuitem
id = "menu-help-todo"
key = "&menu-help-todo.key;"
label = "&menu-help-todo.label;"
command = "menu-help-todo:command"
accesskey = "&menu-help-todo.accesskey;"/>
</menupopup>
</menu>
</menubar>
+4
View File
@@ -49,3 +49,7 @@
<!ENTITY menu-prefs-ignore_kollision.key "k">
<!ENTITY menu-prefs-ignore_kollision.label "ignore_kollision">
<!ENTITY menu-prefs-ignore_kollision.accesskey "k">
<!ENTITY menu-help-todo.key "T">
<!ENTITY menu-help-todo.label "ToDo">
<!ENTITY menu-help-todo.accesskey "T">