diff options
-rw-r--r-- | pages/timers.ecpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/timers.ecpp b/pages/timers.ecpp index 0031412..898a854 100644 --- a/pages/timers.ecpp +++ b/pages/timers.ecpp @@ -51,8 +51,8 @@ using namespace vdrlive; <td><img src="/<$ (timer->Flags() & 1) ? "active" : "inactive" $>.png" alt="Aktiv?" /></td> <td><$ timer->Channel()->Name() $></td> <td><$ FormatDateTime(tr("%a, %b %d"), timer->Day()) $></td> - <td><$ FormatDateTime(tr("%I:%M %p"), timer->Start()) $></td> - <td><$ FormatDateTime(tr("%I:%M %p"), timer->Stop()) $></td> + <td><$ FormatDateTime(tr("%I:%M %p"), timer->StartTime()) $></td> + <td><$ FormatDateTime(tr("%I:%M %p"), timer->StopTime()) $></td> <td><? (timer->Flags() & 8) ? "<img src=\"/record.png\" alt=\"Record\" />" ?></td> <td><$ timer->File() $></td> </tr> |