diff options
author | ksooo <3226626+ksooo@users.noreply.github.com> | 2023-03-09 12:13:34 +0100 |
---|---|---|
committer | ksooo <3226626+ksooo@users.noreply.github.com> | 2023-03-19 17:23:20 +0100 |
commit | b11aadb8d467b1d13e5cc44baa670f67707316ec (patch) | |
tree | 9c7f6467e9d6c98d8118d1b238fd81b88a8f5b4a /addons/skin.estuary/xml/DialogPVRGroupManager.xml | |
parent | 8adc6656b72ae4f37a9bbe60754de95cd779cb44 (diff) |
[PVR][Estuary] Channel group manager: Show client name along with the group names.
Diffstat (limited to 'addons/skin.estuary/xml/DialogPVRGroupManager.xml')
-rw-r--r-- | addons/skin.estuary/xml/DialogPVRGroupManager.xml | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/addons/skin.estuary/xml/DialogPVRGroupManager.xml b/addons/skin.estuary/xml/DialogPVRGroupManager.xml index 3ace8711be..0e3523e37d 100644 --- a/addons/skin.estuary/xml/DialogPVRGroupManager.xml +++ b/addons/skin.estuary/xml/DialogPVRGroupManager.xml @@ -54,7 +54,7 @@ <aligny>center</aligny> <font>font27</font> <textcolor>grey</textcolor> - <label>$INFO[ListItem.Label]</label> + <label>[B]$INFO[ListItem.Label][/B]</label> </control> <control type="image"> <width>60</width> @@ -78,11 +78,22 @@ </control> <control type="label"> <left>20</left> + <top>5</top> <right>70</right> - <height>70</height> + <height>30</height> <aligny>center</aligny> - <font>font27</font> - <label>$INFO[ListItem.Label]</label> + <font>font12</font> + <label>[B]$INFO[ListItem.Label][/B]</label> + <scroll>true</scroll> + </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.Property(ClientName)][/I]</label> <scroll>true</scroll> </control> <control type="image"> |