diff options
author | ksooo <3226626+ksooo@users.noreply.github.com> | 2024-06-24 16:59:10 +0200 |
---|---|---|
committer | ksooo <3226626+ksooo@users.noreply.github.com> | 2024-06-28 09:29:15 +0200 |
commit | 04a3d1f9ac7a9e3637138f25a255466b20293667 (patch) | |
tree | 69d55c27ae4c2d4a9f215b2b8599a84008a8540c | |
parent | 388c809bffaa539c441be2f11b49a8af82e7882b (diff) |
[Estuary] PVR Group manager: Display group's origin along with the group name so the user has an idea what kind of groups they face (and what can be done with them).
-rw-r--r-- | addons/skin.estuary/xml/DialogPVRGroupManager.xml | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/addons/skin.estuary/xml/DialogPVRGroupManager.xml b/addons/skin.estuary/xml/DialogPVRGroupManager.xml index 4bc5372751..c354acb05e 100644 --- a/addons/skin.estuary/xml/DialogPVRGroupManager.xml +++ b/addons/skin.estuary/xml/DialogPVRGroupManager.xml @@ -49,13 +49,25 @@ <itemlayout width="400" height="70"> <control type="label"> <left>20</left> + <top>5</top> <right>70</right> - <height>70</height> + <height>30</height> <aligny>center</aligny> - <font>font27</font> + <font>font12</font> <textcolor>grey</textcolor> <label>[B]$INFO[ListItem.Label][/B]</label> </control> + <control type="label"> + <left>20</left> + <top>35</top> + <right>70</right> + <height>30</height> + <font>font10</font> + <aligny>center</aligny> + <label>[I]$INFO[ListItem.PVRGroupOrigin][/I]</label> + <textcolor>grey</textcolor> + <scroll>true</scroll> + </control> <control type="image"> <width>60</width> <height>60</height> @@ -93,7 +105,7 @@ <height>30</height> <font>font10</font> <aligny>center</aligny> - <label>[I]$INFO[ListItem.Property(ClientName)][/I]</label> + <label>[I]$INFO[ListItem.PVRGroupOrigin]$INFO[ListItem.Property(ClientName),: ,][/I]</label> <scroll>true</scroll> </control> <control type="image"> |