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');
}