diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2008-01-25 16:24:07 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2008-01-25 16:24:07 +0000 |
| commit | fb3e038cc7e44d3726854c7484d161886495b631 (patch) | |
| tree | fca5510e21450259ac7d6238cf8fc4482877698e /html/program.tmpl | |
| parent | 79ba68495443e4d8383320c19c3fe366819ea796 (diff) | |
| download | xxv-fb3e038cc7e44d3726854c7484d161886495b631.tar.gz xxv-fb3e038cc7e44d3726854c7484d161886495b631.tar.bz2 | |
* Tools: add date format with weekday
* Change language, now independent from external settings
* EPG/TIMERS: move time formating from template to perl code
* RECORDS: [Bug #13014] vfat-Recordings with '/' can't assign
* AUTOTIMER: [Bug #012960] AUTOTIMER with PDC ignore user settings
* AJAX: Ignore now unknown formats
Diffstat (limited to 'html/program.tmpl')
| -rw-r--r-- | html/program.tmpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/html/program.tmpl b/html/program.tmpl index 216c96e..e8c64a5 100644 --- a/html/program.tmpl +++ b/html/program.tmpl @@ -7,7 +7,6 @@ </SCRIPT> <!-- TableTemplate --> -<?% USE date %?> <?% FOREACH ch = param.channels %?> <?% IF cgi.param('data') == ch.1 || cgi.param('data') == ch.0 || param.current == ch.1 %?> <?% channel = ch.0 %?> @@ -52,7 +51,7 @@ </tr> <?% FOREACH zeile = data %?> <?% c = 0 %?> - <?% day = date.format(zeile.5, "%A, %x", locale) %?> + <?% day = zeile.5 %?> <?% IF !oldday.defined || day != oldday %?> <tr><td colspan="<?% zeile.size %?>" bgcolor='#DDDDDD'> <b><?% day %?></b> |
