diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2007-05-04 15:55:10 +0000 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2007-05-04 15:55:10 +0000 |
commit | 25afcf3a861c420b5caa513939e664144739279f (patch) | |
tree | 1a96ad34a22ea543684fb9ba00421c2b6c238675 /pages/menu.ecpp | |
parent | f70ef147a33991271f419c5db4aa83b0fb63cce6 (diff) | |
download | vdr-plugin-live-25afcf3a861c420b5caa513939e664144739279f.tar.gz vdr-plugin-live-25afcf3a861c420b5caa513939e664144739279f.tar.bz2 |
- the current event in schedules is now displayed in red
Diffstat (limited to 'pages/menu.ecpp')
-rw-r--r-- | pages/menu.ecpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/menu.ecpp b/pages/menu.ecpp index fb6b2f9..c02e9b6 100644 --- a/pages/menu.ecpp +++ b/pages/menu.ecpp @@ -22,7 +22,7 @@ std::string set_component; <div class="menu"> <a href="whats_on.html?type=now" <& menu.setactive current=("now") &>><$ tr("What's on now?") $></a> | <a href="whats_on.html?type=next" <& menu.setactive current=("next") &>><$ tr("What's on next?") $></a> | - <a href="schedule.html" <& menu.setactive current=("schedule") &>><$ tr("Schedule") $></a> | + <a href="schedule.html#cur" <& menu.setactive current=("schedule") &>><$ tr("Schedule") $></a> | <a href="timers.html" <& menu.setactive current=("timers") &>><$ tr("Timers") $></a> | % if (LiveSetup().HaveEPGSearch()) { <a href="searchepg.html" <& menu.setactive current=("searchepg") &>><$ tr("Search") $></a> | |