diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2008-01-18 16:48:25 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2008-01-18 16:48:25 +0000 |
| commit | 7e1edd7310c35548846e444cf1b81fcfd1ee2d8c (patch) | |
| tree | 5bfc809fd3a1253d5fd73255ca7c55de575fe43e /html/bloecke | |
| parent | 1f837ad310bfd99baa472c1a42123d344f7fb393 (diff) | |
| download | xxv-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.tmpl | 4 |
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&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&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&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&data=<?% data.0 %?>"><img src="images/record.png" title="[<?% gettext("To record") %?>]" name='recordlink' id='<?% data.0 %?>' /></a><?% umbruch %?> <?% END %?> |
