Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] vdradmin: patch to correct english days of week



Here is a small patch against vdradmin-0.94 which corrects the English days of the week to be "MTWTFSS".

With the patch attached this time :-)

Jon


--- vdradmin-0.94/template/English/timer_new.html-bak	2003-09-27 23:11:12.745142552 +0100
+++ vdradmin-0.94/template/English/timer_new.html	2003-09-27 23:11:30.868387400 +0100
@@ -7,7 +7,7 @@
     <!--
       function cTimer() {
         var Timer = "";
-        Days = new Array("M", "D", "M", "D", "F", "S", "S");
+        Days = new Array("M", "T", "W", "T", "F", "S", "S");
         for(var i = 0; i <= 6; i++) {
           Status = eval("document.form.D" + i + ".checked");
           if(Status == true) {

Home | Main Index | Thread Index