summaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-30 19:15:59 +0000
committerSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-30 19:15:59 +0000
commit669bcea5fa4390749fd1b84f80e9f4b1d2a83d9e (patch)
tree9573419d7f190bd7eeef86a444dc69be7100be4e /pages
parent366fcf3f618defa1f296116e0c1f8b5db4fbf4af (diff)
downloadvdr-plugin-live-669bcea5fa4390749fd1b84f80e9f4b1d2a83d9e.tar.gz
vdr-plugin-live-669bcea5fa4390749fd1b84f80e9f4b1d2a83d9e.tar.bz2
- added readable channels specification
Diffstat (limited to 'pages')
-rw-r--r--pages/searchtimers.ecpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/pages/searchtimers.ecpp b/pages/searchtimers.ecpp
index 63b75c9..cf3ee1a 100644
--- a/pages/searchtimers.ecpp
+++ b/pages/searchtimers.ecpp
@@ -1,4 +1,5 @@
<%pre>
+#include <vdr/channels.h>
#include <vdr/i18n.h>
#include "epgsearch.h"
#include "tools.h"
@@ -44,7 +45,7 @@ using namespace vdrlive;
<td><button type="button" class="smallbutton" onclick="location.href='edit_searchtimer.html?timerid=<$ timer->Id() $>';"><$ tr("Edit") $></button></td>
<td><img src="/<$ timer->UseAsSearchTimer() ? "active" : "inactive" $>.png" alt="Aktiv?" /></td>
<td><$ timer->Search() $></td>
- <td><? timer->UseChannel() ? *timer->ChannelMin().ToString() ?></td>
+ <td><$ timer->ChannelText() $></td>
<td><? timer->UseTime() ? timer->StartTime() ?></td>
<td><? timer->UseTime() ? timer->StopTime() ?></td>
<td>&nbsp;</td>