]> git.pld-linux.org Git - packages/lms.git/blob - lms-calendar.patch
- new
[packages/lms.git] / lms-calendar.patch
1 --- lms/img/calendar.js.old     2004-10-26 22:23:15.000000000 +0200
2 +++ lms/img/calendar.js 2004-10-26 23:11:56.311398169 +0200
3 @@ -55,7 +55,7 @@
4                 var dir = '';
5  
6         var obj_calwindow = window.open(
7 -               dir+'templates/calendar.html?datetime=' + this.dt_current.valueOf()+ '&id=' + this.id,
8 +               dir+'calendar/calendar.html?datetime=' + this.dt_current.valueOf()+ '&id=' + this.id,
9                 'Calendar', 'width=200,height='+(this.time_comp ? 215 : 190)+
10                 ',status=no,resizable=no,top=200,left=200,dependent=yes,alwaysRaised=yes'
11         );
This page took 0.210857 seconds and 3 git commands to generate.