[skin.confluence] Add HasArchive indicator to channels and programs (#66)
Many thanks.
This commit is contained in:
committed by
Kevin Goffe
parent
03139a1d9b
commit
d404a1b1e2
@ -123,6 +123,14 @@
|
||||
<texture>PVR-IsRecording.png</texture>
|
||||
<visible>ListItem.IsRecording</visible>
|
||||
</control>
|
||||
<control type="image">
|
||||
<left>5</left>
|
||||
<top>35</top>
|
||||
<width>20</width>
|
||||
<height>20</height>
|
||||
<texture>PVR-HasArchive.png</texture>
|
||||
<visible>!ListItem.IsRecording + ListItem.HasArchive</visible>
|
||||
</control>
|
||||
<control type="label">
|
||||
<left>50</left>
|
||||
<top>0</top>
|
||||
@ -243,6 +251,14 @@
|
||||
<texture>PVR-IsRecording.png</texture>
|
||||
<visible>ListItem.IsRecording</visible>
|
||||
</control>
|
||||
<control type="image">
|
||||
<left>5</left>
|
||||
<top>35</top>
|
||||
<width>20</width>
|
||||
<height>20</height>
|
||||
<texture>PVR-HasArchive.png</texture>
|
||||
<visible>!ListItem.IsRecording + ListItem.HasArchive</visible>
|
||||
</control>
|
||||
<control type="label">
|
||||
<left>50</left>
|
||||
<top>0</top>
|
||||
|
@ -563,6 +563,7 @@
|
||||
<value condition="ListItem.HasTimer + !ListItem.TimerIsActive">PVR-HasTimerDisabled.png</value>
|
||||
<value condition="ListItem.HasTimerSchedule">PVR-HasTimerSchedule.png</value>
|
||||
<value condition="ListItem.HasTimer">PVR-HasTimer.png</value>
|
||||
<value condition="ListItem.IsPlayable">PVR-HasArchive.png</value>
|
||||
</variable>
|
||||
<variable name="PVRTimerLabel">
|
||||
<value condition="ListItem.IsRecording">$LOCALIZE[19043]</value>
|
||||
|
@ -274,6 +274,14 @@
|
||||
<texture>PVR-IsRecording.png</texture>
|
||||
<visible>ListItem.IsRecording</visible>
|
||||
</control>
|
||||
<control type="image">
|
||||
<left>5</left>
|
||||
<top>37</top>
|
||||
<width>16</width>
|
||||
<height>16</height>
|
||||
<texture>PVR-HasArchive.png</texture>
|
||||
<visible>!ListItem.IsRecording + ListItem.HasArchive</visible>
|
||||
</control>
|
||||
</itemlayout>
|
||||
<focusedlayout height="60" width="390">
|
||||
<control type="image">
|
||||
@ -370,6 +378,14 @@
|
||||
<texture>PVR-IsRecording.png</texture>
|
||||
<visible>ListItem.IsRecording</visible>
|
||||
</control>
|
||||
<control type="image">
|
||||
<left>5</left>
|
||||
<top>37</top>
|
||||
<width>16</width>
|
||||
<height>16</height>
|
||||
<texture>PVR-HasArchive.png</texture>
|
||||
<visible>!ListItem.IsRecording + ListItem.HasArchive</visible>
|
||||
</control>
|
||||
</focusedlayout>
|
||||
</control>
|
||||
<control type="scrollbar" id="70">
|
||||
|
Reference in New Issue
Block a user