diff options
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.confluence/720p/IncludesPVR.xml | 2 |
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> |