summaryrefslogtreecommitdiff
path: root/html/program.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/program.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/program.tmpl')
-rw-r--r--html/program.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/html/program.tmpl b/html/program.tmpl
index 8fe07b1..781f275 100644
--- a/html/program.tmpl
+++ b/html/program.tmpl
@@ -65,7 +65,7 @@
<td>
<a href="?cmd=search&amp;data=<?% url( zeile.1 ) %?>">[<?% gettext("Rep") %?>]</a>
<?% IF param.timers.${zeile.0} && allow('tedit') %?>
- <a href="?cmd=tedit&amp;data=<?% param.timers.${zeile.0}.Id %?>"><b><span name='recordlink' id='<?% zeile.0 %?>' class='normal'>[<?% gettext("Edit this timer") %?>]</span></b></a>
+ <a href="?cmd=tedit&amp;data=<?% param.timers.${zeile.0}.id %?>"><b><span name='recordlink' id='<?% zeile.0 %?>' class='normal'>[<?% gettext("Edit this timer") %?>]</span></b></a>
<?% ELSIF allow('tnew') %?>
<a href="?cmd=tnew&amp;data=<?% zeile.0 %?>"><span name='recordlink' id='<?% zeile.0 %?>' class='normal'>[<?% gettext("To record") %?>]</span></a>
<?% END %?>
@@ -75,7 +75,7 @@
<?% ELSIF c == 2; # Text Field %?>
<td>
<?% INCLUDE bloecke/tooltip.tmpl cmd="display" title=field subtitle=zeile.2 desc=zeile.6 eventid=zeile.0 linkid=zeile.0 ttp_offset=0 %?>
- <?% IF param.timers.${zeile.0} && param.timers.${zeile.0}.Status %?>
+ <?% IF param.timers.${zeile.0} && param.timers.${zeile.0}.activ %?>
<b><?% field %?></b>
<?% ELSE %?>
<?% field %?>
@@ -92,7 +92,7 @@
<?% ELSIF c == 6; # Day Field %?>
<?% ELSIF c >= 7; # Desc Field %?>
<?% ELSE %?>
- <?% IF param.timers.${zeile.0} && param.timers.${zeile.0}.Status %?>
+ <?% IF param.timers.${zeile.0} && param.timers.${zeile.0}.activ %?>
<td><b><?% field %?></b></td>
<?% ELSE %?>
<td><?% field %?></td>