diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2008-10-29 01:28:19 +0100 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2008-10-29 01:28:19 +0100 |
commit | da560175d35965dbca9856f7192e0da172fa7d32 (patch) | |
tree | b580272ae3f53c35468d40b08c2c25d9cbef6f93 /pages/pageelems.ecpp | |
parent | c21fc68e0ceb5d65240e7835b035bd6148d9e4ff (diff) | |
download | vdr-plugin-live-da560175d35965dbca9856f7192e0da172fa7d32.tar.gz vdr-plugin-live-da560175d35965dbca9856f7192e0da172fa7d32.tar.bz2 |
Added switch to this channel in the schedule page submenu.
There the switch channel button is always present, even if the selected
channel has no EPG data associated with it.
Diffstat (limited to 'pages/pageelems.ecpp')
-rw-r--r-- | pages/pageelems.ecpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pages/pageelems.ecpp b/pages/pageelems.ecpp index 785f37f..e8dd1fb 100644 --- a/pages/pageelems.ecpp +++ b/pages/pageelems.ecpp @@ -105,9 +105,8 @@ int update_status(1); <%def vlc_stream_channel> <%args> tChannelID channelId; - string linkText; </%args> -<%cpp> if (LiveSetup().GetUseStreamdev() && LiveFeatures<features::streamdev_server>().Loaded()) { </%cpp><a href="vlc.html?channel=<$ channelId $>"><img src="<$ LiveSetup().GetThemedLink("img", "stream_button.png") $>" alt="" <& tooltip.hint text=(tr("Stream this channel into browser.")) &>></img> <$ linkText $></a><%cpp> } </%cpp> +<%cpp> if (LiveSetup().GetUseStreamdev() && LiveFeatures<features::streamdev_server>().Loaded()) { </%cpp><a href="vlc.html?channel=<$ channelId $>"><img src="<$ LiveSetup().GetThemedLink("img", "stream_button.png") $>" alt="" <& tooltip.hint text=(tr("Stream this channel into browser.")) &>></img></a><%cpp> } </%cpp> </%def> |