--- eventum-1.4/templates/en/navigation.tpl.html~ 2005-01-05 01:06:03.000000000 +0200 +++ eventum-1.4/templates/en/navigation.tpl.html 2005-01-17 15:52:27.000000000 +0200 @@ -66,8 +66,10 @@ } function changeClockStatus() { + {/literal} var features = 'width=420,height=200,top=30,left=30,resizable=yes,scrollbars=yes,toolbar=no,location=no,menubar=no,status=no'; - var clockWin = window.open('clock_status.php', '_clock_status', features); + var clockWin = window.open('{$rel_url}clock_status.php', '_clock_status', features); + {literal} clockWin.focus(); } //-->