summaryrefslogtreecommitdiff
path: root/skins/deltab/program.tmpl
diff options
context:
space:
mode:
authorAndreas Brachold <vdr07@deltab.de>2011-03-04 17:48:29 +0000
committerAndreas Brachold <vdr07@deltab.de>2011-03-04 17:48:29 +0000
commit4cb940d3c8150e2c5b3693464be98ffd1bc65761 (patch)
treee314dd0717efb4ad1d844367e3a0e30390b32b44 /skins/deltab/program.tmpl
parent5c75d0d889c5016eebfef7462552a9604d345732 (diff)
downloadxxv-4cb940d3c8150e2c5b3693464be98ffd1bc65761.tar.gz
xxv-4cb940d3c8150e2c5b3693464be98ffd1bc65761.tar.bz2
Improve epg handling
jason: support content description
Diffstat (limited to 'skins/deltab/program.tmpl')
-rw-r--r--skins/deltab/program.tmpl5
1 files changed, 2 insertions, 3 deletions
diff --git a/skins/deltab/program.tmpl b/skins/deltab/program.tmpl
index eddafbe..4b1a396 100644
--- a/skins/deltab/program.tmpl
+++ b/skins/deltab/program.tmpl
@@ -78,8 +78,7 @@
<?% FOREACH zeile = data %?>
<?% IF verbose;"<!-- Item: ";FOREACH x = zeile;loop.count - 1;":";x.replace("-"," ");"|";END;"-->";END %?>
<?% id=zeile.0;title=zeile.1;subtitle=zeile.2;start=zeile.3;stop=zeile.4;
- description=zeile.6;video=zeile.7;audio=zeile.8;pdc=zeile.9;
- timerid=zeile.10;recording=zeile.11;running=zeile.12;
+ description=zeile.6;pdc=zeile.7;timerid=zeile.8;recording=zeile.9;running=zeile.10;
day = zeile.5 %?>
<?% IF old.defined && day != old %?>
<tr>
@@ -143,7 +142,7 @@
<p class="section"><?% gettext("Search on Channel",15) %?> (<?% chop(channel,10) %?>)</p>
<form method="post" action="?cmd=search">
<p>
- <input type="hidden" name="__channel" value="<?% channelpos %?>" />
+ <input type="hidden" name="__channel" value="<?% channelpos %?>" />
<input type="text" name="data" size='18' />
</p>
</form>