This commit is contained in:
Andreas Österreicher
2008-02-18 08:59:05 +00:00
parent e55c453f3d
commit 4aa8b97da7
8 changed files with 67 additions and 12 deletions
+3
View File
@@ -231,6 +231,9 @@ function onOrtSelect()
var daten=window.TimeTableWeek.document.getElementById('TimeTableWeekData');
var datum=parseInt(daten.getAttribute("datum"));
if(ort=='')
return false;
var attributes="?type=ort&ort="+ort+"&datum="+datum;
var url = "<?php echo APP_ROOT; ?>content/lvplanung/timetable-week.xul.php";
url+=attributes+'&'+gettimestamp();