diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2007-10-31 14:50:39 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2007-10-31 14:50:39 +0000 |
| commit | 5513a6b3b919c5f44cabd4f7a6bc415545e66822 (patch) | |
| tree | d745a1612ef4d146e3fd3589a0a29c067f088372 | |
| parent | 43deca1e1c59765d5c690bfbde1eb516b6b2c1dc (diff) | |
| download | xxv-5513a6b3b919c5f44cabd4f7a6bc415545e66822.tar.gz xxv-5513a6b3b919c5f44cabd4f7a6bc415545e66822.tar.bz2 | |
* tlist: fix link to channel from timer
| -rw-r--r-- | skins/xstyle/tlist.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/xstyle/tlist.tmpl b/skins/xstyle/tlist.tmpl index 386cc11..fb35c94 100644 --- a/skins/xstyle/tlist.tmpl +++ b/skins/xstyle/tlist.tmpl @@ -107,7 +107,7 @@ </td> <?% ELSIF c == 2; # Channel Field %?> <td nowrap> - <a href="?cmd=program&data=<?% field %?>" title="<?% gettext("Jump to program:") %?> <?% zeile.2 %?>"><div class="<?% myclass %?>"><?% zeile.2 %?></div></a> + <a href="?cmd=program&data=<?% zeile.3 %?>" title="<?% gettext("Jump to program:") %?> <?% field %?>"><div class="<?% myclass %?>"><?% field %?></div></a> </td> <?% ELSIF c == 7; # Title %?> <td> |
