]> git.pld-linux.org Git - packages/lms.git/commitdiff
- fixed calendar
authorTomek Orzechowski <orzech@pld-linux.org>
Tue, 26 Oct 2004 21:30:26 +0000 (21:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lms-calendar.patch -> 1.2

lms-calendar.patch

index 08e3a3e75b6dafcf8742c23c1735db94ac827654..e7b515205289682db85d62bfe5c49d39dfb52fe2 100644 (file)
@@ -5,7 +5,7 @@
  
        var obj_calwindow = window.open(
 -              dir+'templates/calendar.html?datetime=' + this.dt_current.valueOf()+ '&id=' + this.id,
-+              dir+'calendar.html?datetime=' + this.dt_current.valueOf()+ '&id=' + this.id,
++              dir+'calendar/calendar.html?datetime=' + this.dt_current.valueOf()+ '&id=' + this.id,
                'Calendar', 'width=200,height='+(this.time_comp ? 215 : 190)+
                ',status=no,resizable=no,top=200,left=200,dependent=yes,alwaysRaised=yes'
        );
This page took 0.034025 seconds and 4 git commands to generate.