summaryrefslogtreecommitdiff
path: root/pages/timers.ecpp
diff options
context:
space:
mode:
Diffstat (limited to 'pages/timers.ecpp')
-rw-r--r--pages/timers.ecpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/timers.ecpp b/pages/timers.ecpp
index 2cdf5f7..e371410 100644
--- a/pages/timers.ecpp
+++ b/pages/timers.ecpp
@@ -98,7 +98,7 @@ using namespace vdrlive;
<tr>
<td class="border" style="border-left: 1px solid black"></td>
<td><img src="<$ timerStateImg $>" alt=""></img></td>
- <td><$ timer->Channel()->Name() $></td>
+ <td><a href="schedule.html?channel=<$ timer->Channel()->Number()$>"><$ timer->Channel()->Name() $></a></td>
<td><$ FormatDateTime(tr("%I:%M %p"), timer->StartTime()) $></td>
<td><$ FormatDateTime(tr("%I:%M %p"), timer->StopTime()) $></td>
<td><$ timer->File() $></td>