summaryrefslogtreecommitdiff
path: root/html/display.tmpl
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/display.tmpl
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/display.tmpl')
-rw-r--r--html/display.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/display.tmpl b/html/display.tmpl
index fb04878..4933ccd 100644
--- a/html/display.tmpl
+++ b/html/display.tmpl
@@ -28,7 +28,7 @@
<td>
<a href="?cmd=search&amp;data=<?% url( data.first.1 ) %?>">[<?% gettext("Search for repeats") %?>]</a>
<?% IF param.timers.${data.first.$c} && allow('tedit') %?>
- <a href="?cmd=tedit&amp;data=<?% param.timers.${data.first.$c}.Id %?>"><span name='recordlink' class='normal'><b>[<?% gettext("Edit this timer") %?>]</b></span></a>
+ <a href="?cmd=tedit&amp;data=<?% param.timers.${data.first.$c}.id %?>"><span name='recordlink' class='normal'><b>[<?% gettext("Edit this timer") %?>]</b></span></a>
<?% ELSIF allow('tnew')%?>
<a href="?cmd=tnew&amp;data=<?% data.first.$c %?>"><span name='recordlink' id='<?% data.first.$c %?>' class='normal'>[<?% gettext("To record") %?>]</span></a>
<?% END %?>