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

lms-calendar.patch [new file with mode: 0644]

diff --git a/lms-calendar.patch b/lms-calendar.patch
new file mode 100644 (file)
index 0000000..08e3a3e
--- /dev/null
@@ -0,0 +1,11 @@
+--- lms/img/calendar.js.old    2004-10-26 22:23:15.000000000 +0200
++++ lms/img/calendar.js        2004-10-26 23:11:56.311398169 +0200
+@@ -55,7 +55,7 @@
+               var dir = '';
+       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,
+               '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.125915 seconds and 4 git commands to generate.