From da560175d35965dbca9856f7192e0da172fa7d32 Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Wed, 29 Oct 2008 01:28:19 +0100 Subject: 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. --- pages/pageelems.ecpp | 3 +-- pages/schedule.ecpp | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'pages') 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; -<%cpp> if (LiveSetup().GetUseStreamdev() && LiveFeatures().Loaded()) { " alt="" <& tooltip.hint text=(tr("Stream this channel into browser.")) &>> <$ linkText $><%cpp> } +<%cpp> if (LiveSetup().GetUseStreamdev() && LiveFeatures().Loaded()) { " alt="" <& tooltip.hint text=(tr("Stream this channel into browser.")) &>><%cpp> } diff --git a/pages/schedule.ecpp b/pages/schedule.ecpp index f2a0907..1417eee 100644 --- a/pages/schedule.ecpp +++ b/pages/schedule.ecpp @@ -145,5 +145,5 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); <%include>page_exit.eh <%def channel_selection> -
<& channels_widget name=("channel") selected=(Channel ? *Channel->GetChannelID().ToString() : "") onchange=("document.forms.channels.submit()") &> <& pageelems.vlc_stream_channel channelId=(Channel->GetChannelID()) linkText=(tr("Stream into browser")) &>
+
<& channels_widget name=("channel") selected=(Channel ? *Channel->GetChannelID().ToString() : "") onchange=("document.forms.channels.submit()") &> <& pageelems.ajax_action_href action="switch_channel" tip=(tr("Switch to this channel.")) param=(Channel->GetChannelID()) image="zap.png" alt="" &><& pageelems.vlc_stream_channel channelId=(Channel->GetChannelID()) &>
-- cgit v1.2.3