From 4941f50c3f3a4e32e478e50bd86a70821623249c Mon Sep 17 00:00:00 2001 From: Thomas Keil Date: Wed, 3 Jan 2007 23:37:49 +0000 Subject: Added images for activity and recording status --- pages/timers.ecpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'pages') diff --git a/pages/timers.ecpp b/pages/timers.ecpp index a656c36..0031412 100644 --- a/pages/timers.ecpp +++ b/pages/timers.ecpp @@ -39,6 +39,7 @@ using namespace vdrlive; <$ tr("Date") $> <$ tr("Start") $> <$ tr("Stop") $> +   <$ tr("File") $> <{ @@ -47,11 +48,12 @@ using namespace vdrlive; for (SortedTimers::iterator timer = timers.begin(); timer != timers.end(); ++timer) { }> "> - <$ (timer->Flags() & 1) ? "Ja" : "Nein" $> + .png" alt="Aktiv?" /> <$ timer->Channel()->Name() $> <$ FormatDateTime(tr("%a, %b %d"), timer->Day()) $> - <$ FormatDateTime(tr("%I:%M %p"), timer->StartTime()) $> - <$ FormatDateTime(tr("%I:%M %p"), timer->StopTime()) $> + <$ FormatDateTime(tr("%I:%M %p"), timer->Start()) $> + <$ FormatDateTime(tr("%I:%M %p"), timer->Stop()) $> + Flags() & 8) ? "\"Record\"" ?> <$ timer->File() $> <{ -- cgit v1.2.3