]> git.pld-linux.org Git - packages/eventum.git/blame - eventum-clock-status.patch
- rename eventum-router virtual provide to eventum(router)
[packages/eventum.git] / eventum-clock-status.patch
CommitLineData
29d67760
ER
1--- eventum-1.4/templates/en/navigation.tpl.html~ 2005-01-05 01:06:03.000000000 +0200
2+++ eventum-1.4/templates/en/navigation.tpl.html 2005-01-17 15:52:27.000000000 +0200
3@@ -66,8 +66,10 @@
71c6fb06
ER
4 }
5 function changeClockStatus()
6 {
7+ {/literal}
8 var features = 'width=420,height=200,top=30,left=30,resizable=yes,scrollbars=yes,toolbar=no,location=no,menubar=no,status=no';
9- var clockWin = window.open('clock_status.php', '_clock_status', features);
10+ var clockWin = window.open('{$rel_url}clock_status.php', '_clock_status', features);
11+ {literal}
12 clockWin.focus();
13 }
14 //-->
This page took 0.023585 seconds and 4 git commands to generate.