diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2008-01-20 12:31:09 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2008-01-20 12:31:09 +0000 |
| commit | 61e5e7a14cce8aea66e2296f81211b7e1c32d328 (patch) | |
| tree | a46f3c8d73c7007cb7b7d4461f2c74b250ee615f /html/program.tmpl | |
| parent | 9f2209eff66297dc42f152b77b5abfb629a13294 (diff) | |
| download | xxv-61e5e7a14cce8aea66e2296f81211b7e1c32d328.tar.gz xxv-61e5e7a14cce8aea66e2296f81211b7e1c32d328.tar.bz2 | |
* EPG/TIMERS/RECORDS : SQL-Query improve
Diffstat (limited to 'html/program.tmpl')
| -rw-r--r-- | html/program.tmpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/html/program.tmpl b/html/program.tmpl index 781f275..216c96e 100644 --- a/html/program.tmpl +++ b/html/program.tmpl @@ -64,8 +64,8 @@ <?% IF c == 1; # Id Field %?> <td> <a href="?cmd=search&data=<?% url( zeile.1 ) %?>">[<?% gettext("Rep") %?>]</a> - <?% IF param.timers.${zeile.0} && allow('tedit') %?> - <a href="?cmd=tedit&data=<?% param.timers.${zeile.0}.id %?>"><b><span name='recordlink' id='<?% zeile.0 %?>' class='normal'>[<?% gettext("Edit this timer") %?>]</span></b></a> + <?% IF zeile.10 && allow('tedit') %?> + <a href="?cmd=tedit&data=<?% zeile.10 %?>"><b><span name='recordlink' id='<?% zeile.0 %?>' class='normal'>[<?% gettext("Edit this timer") %?>]</span></b></a> <?% ELSIF allow('tnew') %?> <a href="?cmd=tnew&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}.activ %?> + <?% IF zeile.11 %?> <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}.activ %?> + <?% IF zeile.11 %?> <td><b><?% field %?></b></td> <?% ELSE %?> <td><?% field %?></td> |
