diff options
author | louis <louis.braun@gmx.de> | 2016-02-14 15:54:36 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2016-02-14 15:54:36 +0100 |
commit | 2a9b9bb8fa3226558dcba732d841c46713104688 (patch) | |
tree | 1c7d87fd3bdeb93b6d27b8e65f453efad54a72d0 /skins | |
parent | 210dc8d8ccabe8d038404a2cedfd033d92589b0b (diff) | |
download | vdr-plugin-skindesigner-2a9b9bb8fa3226558dcba732d841c46713104688.tar.gz vdr-plugin-skindesigner-2a9b9bb8fa3226558dcba732d841c46713104688.tar.bz2 |
added isEncrypted Token to displaymenuchannels
Diffstat (limited to 'skins')
-rw-r--r-- | skins/metrixhd/xmlfiles/displaymenuchannels.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/skins/metrixhd/xmlfiles/displaymenuchannels.xml b/skins/metrixhd/xmlfiles/displaymenuchannels.xml index 21999fc..44685a2 100644 --- a/skins/metrixhd/xmlfiles/displaymenuchannels.xml +++ b/skins/metrixhd/xmlfiles/displaymenuchannels.xml @@ -2,7 +2,7 @@ <menuitems x="0" y="10%" orientation="vertical" width="100%" height="82%" align="center" numlistelements="16"> <listelement> <!-- Background --> - <area x="1%" width="58%" layer="2"> + <area x="1%" width="59%" layer="2"> <fill condition="not{current}" color="{clrTransparent}" /> <fill condition="{current}" color="{clrTransBlueLight}" /> <fill condition="{separator}" color="{clrSemiTransBlack}" /> @@ -10,9 +10,13 @@ <area condition="not{separator}" x="1%" width="6%" layer="3"> <drawimage name="logo" imagetype="channellogo" path="{channelid}" x="0" width="100%" height="100%" valign="center" /> </area> - <areascroll condition="not{separator}" scrollelement="menutext" mode="forthandback" orientation="horizontal" delay="1000" scrollspeed="medium" x="7%" width="52%" layer="3"> + <areascroll condition="not{separator}" scrollelement="menutext" mode="forthandback" orientation="horizontal" delay="1000" scrollspeed="medium" x="7%" width="47%" layer="3"> <drawtext name="menutext" x="20" valign="center" font="{light}" fontsize="95%" color="{clrWhite}" text="{number} {name} - {sourcedescription}, Transp. {transponder}" /> </areascroll> + <area condition="not{separator}" x="55%" width="5%" layer="3"> + <drawimage condition="{isEncrypted}" imagetype="icon" path="ico_crypt_on" x="0" valign="center" width="{areaheight}*0.8*1.76" height="{areaheight}*0.8"/> + <drawimage condition="not{isEncrypted}" imagetype="icon" path="ico_crypt_off" x="0" valign="center" width="{areaheight}*0.8*1.76" height="{areaheight}*0.8"/> + </area> <area condition="{separator}" x="7%" width="52%" layer="3"> <drawtext x="20" valign="center" font="{light}" fontsize="95%" color="{clrWhite}" text="{name}" /> </area> |