From 6fad5b3874f101e565f6e8feeaaf0f0dee3d45b3 Mon Sep 17 00:00:00 2001 From: Thomas Keil Date: Wed, 3 Jan 2007 22:46:53 +0000 Subject: Added active-flag to list --- pages/timers.ecpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pages') diff --git a/pages/timers.ecpp b/pages/timers.ecpp index cf6479d..65ccf6b 100644 --- a/pages/timers.ecpp +++ b/pages/timers.ecpp @@ -33,7 +33,9 @@ using namespace vdrlive; % } else { + + @@ -45,7 +47,9 @@ using namespace vdrlive; }> "> + + -- cgit v1.2.3
<$ tr("Active") $> <$ tr("Channel") $><$ tr("Date") $> <$ tr("Start") $> <$ tr("Stop") $> <$ tr("File") $>
<$ (timer->Flags() & 1) ? "Ja" : "Nein" $> <$ timer->Channel()->Name() $><$ FormatDateTime(tr("%a, %b %d"), timer->Day()) $> <$ FormatDateTime(tr("%I:%M %p"), timer->Start()) $> <$ FormatDateTime(tr("%I:%M %p"), timer->Stop()) $> <$ timer->File() $>