From e296a955fe99fcdcc9796855f89548001307983f Mon Sep 17 00:00:00 2001 From: Thomas Keil Date: Fri, 27 Apr 2007 16:06:52 +0000 Subject: Removed Date column, the date is already in the box title --- pages/timers.ecpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pages/timers.ecpp b/pages/timers.ecpp index 5a6b0be..169961b 100644 --- a/pages/timers.ecpp +++ b/pages/timers.ecpp @@ -74,14 +74,13 @@ 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") $> <$ tr("Stop") $>   @@ -98,7 +97,6 @@ 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()) $> <$ FormatDateTime(tr("%I:%M %p"), timer->StopTime()) $> <{ if (timer->Recording()) { }>Record<{ } }> -- cgit v1.2.3