diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2007-05-04 16:11:31 +0000 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2007-05-04 16:11:31 +0000 |
commit | 548f39b6a9e9490cfc8c60d9bca315e34acd4ebe (patch) | |
tree | a2a505854e15e85c6ff62d67bead98e8a2e4ffb7 /pages/menu.ecpp | |
parent | 25afcf3a861c420b5caa513939e664144739279f (diff) | |
download | vdr-plugin-live-548f39b6a9e9490cfc8c60d9bca315e34acd4ebe.tar.gz vdr-plugin-live-548f39b6a9e9490cfc8c60d9bca315e34acd4ebe.tar.bz2 |
- removed automatic scrolling and turn selection color to blue
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 c02e9b6..fb6b2f9 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#cur" <& menu.setactive current=("schedule") &>><$ tr("Schedule") $></a> | + <a href="schedule.html" <& 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> | |