aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorronie <ronie@users.noreply.github.com>2017-03-26 21:49:02 +0200
committerGitHub <noreply@github.com>2017-03-26 21:49:02 +0200
commit913277a3e95136ceeea68a9f24c94eb25e6d18e1 (patch)
tree4c50afce63be0b826d60f856a203f96dffb7b95d
parentb9b5652920e54b85ff62a0b831110ee3eb0defb7 (diff)
parentc4ade5bc30945f3da436f3197828f2db1c524929 (diff)
Merge pull request #11884 from ronie/estouchy-channelgroups
[Estouchy] add support for radio channel groups
-rw-r--r--addons/skin.estouchy/xml/DialogPVRGroupManager.xml14
1 files changed, 12 insertions, 2 deletions
diff --git a/addons/skin.estouchy/xml/DialogPVRGroupManager.xml b/addons/skin.estouchy/xml/DialogPVRGroupManager.xml
index 3acb11a112..523ef28865 100644
--- a/addons/skin.estouchy/xml/DialogPVRGroupManager.xml
+++ b/addons/skin.estouchy/xml/DialogPVRGroupManager.xml
@@ -21,7 +21,7 @@
<posy>0</posy>
<include>WindowTitleCommons</include>
<width>1040</width>
- <label>$LOCALIZE[19143] - $LOCALIZE[19023]</label>
+ <label>$LOCALIZE[19143] - $LOCALIZE[19173]</label>
<visible>String.IsEmpty(Window.Property(IsRadio))</visible>
</control>
<control type="label">
@@ -29,7 +29,7 @@
<posy>0</posy>
<include>WindowTitleCommons</include>
<width>1040</width>
- <label>$LOCALIZE[19143] - $LOCALIZE[19024]</label>
+ <label>$LOCALIZE[19143] - $LOCALIZE[19174]</label>
<visible>!String.IsEmpty(Window.Property(IsRadio))</visible>
</control>
<control type="group">
@@ -376,6 +376,16 @@
<include>ButtonInfoDialogsCommonValues</include>
<label>31563</label>
</control>
+ <control type="togglebutton" id="34">
+ <description>TV/Radio button</description>
+ <width>200</width>
+ <include>ButtonInfoDialogsCommonValues</include>
+ <label>19174</label>
+ <altlabel>19173</altlabel>
+ <alttexturefocus colordiffuse="blue" border="15">dialogbutton-focus.png</alttexturefocus>
+ <alttexturenofocus border="15">dialogbutton-nofocus.png</alttexturenofocus>
+ <usealttexture>!String.IsEmpty(Window.Property(IsRadio))</usealttexture>
+ </control>
<control type="button" id="29">
<description>OK button</description>
<width>200</width>