summaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorAndreas Brachold <vdr07@deltab.de>2009-01-29 16:01:40 +0000
committerAndreas Brachold <vdr07@deltab.de>2009-01-29 16:01:40 +0000
commiteb64039db1dd9c1ddfbf2a34f3fe27757b525b01 (patch)
tree7618f40fb9f5b3f6d188510c6d1f6939649fb90a /html
parent8bdbaa8b9176902c9ffcef43d2aa90f73cc93457 (diff)
downloadxxv-eb64039db1dd9c1ddfbf2a34f3fe27757b525b01.tar.gz
xxv-eb64039db1dd9c1ddfbf2a34f3fe27757b525b01.tar.bz2
* rdisplay: transmit keywords as data
* skins/jason: recordings show cutpoints * skins/jason: program list - allow programming multiple timer with 'one' click
Diffstat (limited to 'html')
-rw-r--r--html/rdisplay.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/rdisplay.tmpl b/html/rdisplay.tmpl
index 122486e..0d8cebe 100644
--- a/html/rdisplay.tmpl
+++ b/html/rdisplay.tmpl
@@ -163,12 +163,12 @@
</tr>
<?% END %?>
<?% allowkeywords = allow('rk') %?>
- <?% IF param.keywords.size > 0 %?>
+ <?% IF data.keywords && data.keywords.size > 0 %?>
<tr>
<td>&nbsp;</td>
<td>
<?% gettext('Keywords') %?>&nbsp;:&nbsp;
- <?% FOREACH keyword = param.keywords %?>
+ <?% FOREACH keyword = data.keywords %?>
<?% IF allowkeywords %?>
<a href="?cmd=rk&amp;data=<?% keyword.0 %?>">
<?% END %?>