diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2009-10-14 10:17:40 +0200 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2009-10-14 10:17:40 +0200 |
commit | ba8ea0c1acf117bbb4a709264eb2591a497fa779 (patch) | |
tree | bf77e9b3b103a38b641b129e9bd1d3f66313bc98 /conf/epgsearchupdmail-html.templ | |
parent | c4b13efb3e9833a937969792983a9028b22fa7e2 (diff) | |
download | vdr-plugin-epgsearch-ba8ea0c1acf117bbb4a709264eb2591a497fa779.tar.gz vdr-plugin-epgsearch-ba8ea0c1acf117bbb4a709264eb2591a497fa779.tar.bz2 |
new internal variable %liveeventid%
Diffstat (limited to 'conf/epgsearchupdmail-html.templ')
-rw-r--r-- | conf/epgsearchupdmail-html.templ | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/epgsearchupdmail-html.templ b/conf/epgsearchupdmail-html.templ index 1562c68..abe4744 100644 --- a/conf/epgsearchupdmail-html.templ +++ b/conf/epgsearchupdmail-html.templ @@ -191,7 +191,8 @@ a.rightspace { ############################################################################## <event> <table class="event"> -<tr class="event"><th class="timer">Title:</th><th class="timer">%title%</th></tr> +<tr class="event"><th class="timer">Title:</th> + <th class="timer"><a href="http://localhost:8008/edit_timer.html?epgid=%liveeventid%">%title%</a></th></tr> <tr class="event"><td>Subtitle:</td><td>%subtitle%</td></tr> <tr class="event"><td>Start/End:</td><td>%time_w% %date% %time%-%timeend%</td></tr> <tr class="event"><td>Channel:</td><td>%chlng% (%chnr%)</td></tr> |