summaryrefslogtreecommitdiff
path: root/html/bloecke
diff options
context:
space:
mode:
authorAndreas Brachold <vdr07@deltab.de>2008-01-18 16:48:25 +0000
committerAndreas Brachold <vdr07@deltab.de>2008-01-18 16:48:25 +0000
commit7e1edd7310c35548846e444cf1b81fcfd1ee2d8c (patch)
tree5bfc809fd3a1253d5fd73255ca7c55de575fe43e /html/bloecke
parent1f837ad310bfd99baa472c1a42123d344f7fb393 (diff)
downloadxxv-7e1edd7310c35548846e444cf1b81fcfd1ee2d8c.tar.gz
xxv-7e1edd7310c35548846e444cf1b81fcfd1ee2d8c.tar.bz2
* TIMERS: Use MD5Sum to reference timer
* AUTOTIMER: Fix double create timer if starttime less then 60 seconds changed * AUTOTIMER: Hide 'use pdc' if TIMER::use pdc disabled * AUTOTIMER: Bug #12960 dont create timer with pdc, if TIMER::use pdc disabled
Diffstat (limited to 'html/bloecke')
-rw-r--r--html/bloecke/event_links.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/bloecke/event_links.tmpl b/html/bloecke/event_links.tmpl
index b618f6b..ce37939 100644
--- a/html/bloecke/event_links.tmpl
+++ b/html/bloecke/event_links.tmpl
@@ -3,8 +3,8 @@
<a href="?cmd=display&data=<?% epgId %?>" title='<?% gettext("Detailed program information") %?>'><img src="images/view_event.png" /></a><?% umbruch %?>
<?% END %?>
<a href="?cmd=search&amp;data=<?% url( data.1 ) %?>"><img src="images/repeat.png" title="[<?% gettext("Rep") %?>]" /></a><?% umbruch %?>
- <?% IF param.timers.${data.0}.Id && allow('tedit') %?>
-<a href="?cmd=tedit&amp;data=<?% param.timers.${data.0}.Id %?>"><img src="images/record_blue.png" title="[<?% gettext("Edit this timer") %?>]" /></a><?% umbruch %?>
+ <?% IF param.timers.${data.0}.id && allow('tedit') %?>
+<a href="?cmd=tedit&amp;data=<?% param.timers.${data.0}.id %?>"><img src="images/record_blue.png" title="[<?% gettext("Edit this timer") %?>]" /></a><?% umbruch %?>
<?% ELSIF allow('tnew') %?>
<a href="?cmd=tnew&amp;data=<?% data.0 %?>"><img src="images/record.png" title="[<?% gettext("To record") %?>]" name='recordlink' id='<?% data.0 %?>' /></a><?% umbruch %?>
<?% END %?>