diff options
| author | louis <louis.braun@gmx.de> | 2015-01-11 14:46:33 +0100 |
|---|---|---|
| committer | louis <louis.braun@gmx.de> | 2015-01-11 14:46:33 +0100 |
| commit | 5d86c45bc679974079842913b81785a4fbfb3305 (patch) | |
| tree | 019dad87de4006b0cc140c7104342596ba12a368 /skins | |
| parent | 74febbfe86b63ac894b40f1d6c5fb2de8c6973b5 (diff) | |
| download | vdr-plugin-skindesigner-5d86c45bc679974079842913b81785a4fbfb3305.tar.gz vdr-plugin-skindesigner-5d86c45bc679974079842913b81785a4fbfb3305.tar.bz2 | |
fixed again display of channel in schedules header
Diffstat (limited to 'skins')
| -rw-r--r-- | skins/blackhole/themes/default/globals.xml | 4 | ||||
| -rw-r--r-- | skins/blackhole/xmlfiles/displaymenuchannels.xml | 4 | ||||
| -rw-r--r-- | skins/blackhole/xmlfiles/displayreplay.xml | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/skins/blackhole/themes/default/globals.xml b/skins/blackhole/themes/default/globals.xml index adce91a..2d34794 100644 --- a/skins/blackhole/themes/default/globals.xml +++ b/skins/blackhole/themes/default/globals.xml @@ -40,6 +40,10 @@ <trans lang="en_EN">Schedule</trans> <trans lang="de_DE">Programm</trans> </token> + <token name="tr(since)"> + <trans lang="en_EN">since</trans> + <trans lang="de_DE">Seit</trans> + </token> <token name="tr(reruns)"> <trans lang="en_EN">Reruns</trans> <trans lang="de_DE">Wiederholungen</trans> diff --git a/skins/blackhole/xmlfiles/displaymenuchannels.xml b/skins/blackhole/xmlfiles/displaymenuchannels.xml index eacde76..c1f8563 100644 --- a/skins/blackhole/xmlfiles/displaymenuchannels.xml +++ b/skins/blackhole/xmlfiles/displaymenuchannels.xml @@ -110,7 +110,9 @@ </area> <areascroll mode="forthandback" orientation="vertical" delay="1000" scrollspeed="medium" x="55%" y="52%" width="45%" height="48%" layer="4"> <drawtext x="10" y="0" font="{semibold}" fontsize="15%" color="{clrWhite}" text="{tr(schedule)}:" /> - <loop name="schedule" x="0" y="16%" orientation="vertical"> + <drawtext x="10" y="16%" font="{regular}" width="{areawidth}-20" fontsize="12%" color="{clrWhite}" text="{tr(since)} {presenteventstart} - {presenteventtitle}" /> + <drawtext x="10" y="26%" font="{regular}" width="{areawidth}-20" fontsize="12%" color="{clrWhite}" text="{nexteventstart} - {nexteventtitle}" /> + <loop name="schedule" x="0" y="36%" orientation="vertical"> <drawtext x="10" font="{regular}" width="{areawidth}-20" fontsize="12%" color="{clrWhite}" text="{schedule[start]} - {schedule[title]}" /> </loop> </areascroll> diff --git a/skins/blackhole/xmlfiles/displayreplay.xml b/skins/blackhole/xmlfiles/displayreplay.xml index 1f5bcf5..b0ccb3d 100644 --- a/skins/blackhole/xmlfiles/displayreplay.xml +++ b/skins/blackhole/xmlfiles/displayreplay.xml @@ -81,7 +81,7 @@ {mediaheight} height of image in pixel {isbanner} true if image is a banner, false if it is a poster --> - <scrapercontent debug="true"> + <scrapercontent> <area condition="{hasposter}" x="1%" y="15%" width="{areaheight}*0.7*{posterwidth}/{posterheight}" height="70%" layer="2"> <drawimage imagetype="image" path="{posterpath}" x="0" y="0" width="100%" height="100%"/> </area> |
