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 | |
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')
-rw-r--r-- | pages/menu.ecpp | 2 | ||||
-rw-r--r-- | pages/schedule.ecpp | 2 |
2 files changed, 2 insertions, 2 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> | diff --git a/pages/schedule.ecpp b/pages/schedule.ecpp index d7b34dd..28a7078 100644 --- a/pages/schedule.ecpp +++ b/pages/schedule.ecpp @@ -97,7 +97,7 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); <td><$ start $> - <$ end $></td> <td> % if(Event == PresentEvent) { - <a name="cur" id="cur"></a><font color="#FF0000"> + <font color="#0000FF"> % } <strong><$ title $></strong><br /><$ short_description $><br /> % if(Event == PresentEvent) { |