From 99a8670c463c3cd9587c683c8f2232bf0f31793c Mon Sep 17 00:00:00 2001 From: Thomas Keil Date: Fri, 27 Apr 2007 16:04:59 +0000 Subject: Added active-arrows --- pages/searchtimers.ecpp | 2 +- pages/timers.ecpp | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pages/searchtimers.ecpp b/pages/searchtimers.ecpp index 4fbe38a..940adcb 100644 --- a/pages/searchtimers.ecpp +++ b/pages/searchtimers.ecpp @@ -63,7 +63,7 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); }> - UseAsSearchTimer() ? ">" ?> + <{ if(timer->UseAsSearchTimer()) { }><{ } }> <$ timer->Search() $> <$ timer->ChannelText() $> UseTime() ? timer->StartTimeFormatted() ?> diff --git a/pages/timers.ecpp b/pages/timers.ecpp index d6371c1..5a6b0be 100644 --- a/pages/timers.ecpp +++ b/pages/timers.ecpp @@ -74,11 +74,12 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); }> - <$ timer->WeekDays() > 0 ? *cTimer::PrintDay(0, timer->WeekDays()) : FormatDateTime(tr("%A, %x"), timer->Day()) $> + <$ timer->WeekDays() > 0 ? *cTimer::PrintDay(0, timer->WeekDays()) : FormatDateTime(tr("%A, %x"), timer->Day()) $> +   <$ tr("Channel") $> <$ tr("Date") $> <$ tr("Start") $> @@ -95,6 +96,7 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); }> + <{ if (timer->Flags() & tfActive) { }> <{ } }> <$ timer->Channel()->Name() $> <$ timer->WeekDays() > 0 ? *cTimer::PrintDay(0, timer->WeekDays()) : FormatDateTime(tr("%a, %b %d"), timer->Day()) $> <$ FormatDateTime(tr("%I:%M %p"), timer->StartTime()) $> -- cgit v1.2.3