aboutsummaryrefslogtreecommitdiff
path: root/addons
diff options
context:
space:
mode:
authorRainer Hochecker <fernetmenta@online.de>2014-07-27 14:18:28 +0200
committerRainer Hochecker <fernetmenta@online.de>2014-07-27 14:18:28 +0200
commit9362e7d896c697c8872807184771c9b0e2bcf72f (patch)
tree0c3dbe0d55a36bd6dd16b21739391e19abc71487 /addons
parent8975e83aefb81d9ca1133bcc99f37dddab0187db (diff)
[confluence] change channel group by clicking on channels or guide
Diffstat (limited to 'addons')
-rw-r--r--addons/skin.confluence/720p/IncludesPVR.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/addons/skin.confluence/720p/IncludesPVR.xml b/addons/skin.confluence/720p/IncludesPVR.xml
index b6d9700c7b..d272eaf479 100644
--- a/addons/skin.confluence/720p/IncludesPVR.xml
+++ b/addons/skin.confluence/720p/IncludesPVR.xml
@@ -101,6 +101,7 @@
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label>19019</label>
+ <onclick condition="Window.IsActive(TVChannels) | Window.IsActive(RadioChannels)">NextChannelGroup</onclick>
<onclick condition="IsEmpty(Window.Property(IsRadio))">ActivateWindow(TVChannels)</onclick>
<onclick condition="!IsEmpty(Window.Property(IsRadio))">ActivateWindow(RadioChannels)</onclick>
</control>
@@ -111,6 +112,7 @@
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label>22020</label>
+ <onclick condition="Window.IsActive(TVGuide) | Window.IsActive(RadioGuide)">NextChannelGroup</onclick>
<onclick condition="IsEmpty(Window.Property(IsRadio))">ActivateWindow(TVGuide)</onclick>
<onclick condition="!IsEmpty(Window.Property(IsRadio))">ActivateWindow(RadioGuide)</onclick>
</control>