summaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorThomas Keil <tkeil (at) datacrystal (dot) de>2007-04-27 16:06:52 +0000
committerThomas Keil <tkeil (at) datacrystal (dot) de>2007-04-27 16:06:52 +0000
commite296a955fe99fcdcc9796855f89548001307983f (patch)
treea443ee604651d118ec8c9fe75258ca3718334f64 /pages
parent99a8670c463c3cd9587c683c8f2232bf0f31793c (diff)
downloadvdr-plugin-live-e296a955fe99fcdcc9796855f89548001307983f.tar.gz
vdr-plugin-live-e296a955fe99fcdcc9796855f89548001307983f.tar.bz2
Removed Date column, the date is already in the box title
Diffstat (limited to 'pages')
-rw-r--r--pages/timers.ecpp4
1 files changed, 1 insertions, 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");
}>
<tr class="head">
<td style="background: url(bg_box_l.png); width: 3px;"/></td>
- <td colspan="10"><$ timer->WeekDays() > 0 ? *cTimer::PrintDay(0, timer->WeekDays()) : FormatDateTime(tr("%A, %x"), timer->Day()) $></td>
+ <td colspan="9"><$ timer->WeekDays() > 0 ? *cTimer::PrintDay(0, timer->WeekDays()) : FormatDateTime(tr("%A, %x"), timer->Day()) $></td>
<td style="background: url(bg_box_r.png); width: 3px;" /></td>
</tr>
<tr class="description">
<td class="border" style="border-left: 1px solid black"></td>
<td>&nbsp;</td>
<td><$ tr("Channel") $></td>
- <td><$ tr("Date") $></td>
<td><$ tr("Start") $></td>
<td><$ tr("Stop") $></td>
<td>&nbsp;</td>
@@ -98,7 +97,6 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html");
<td class="border" style="border-left: 1px solid black"></td>
<td><{ if (timer->Flags() & tfActive) { }><img src="/arrow.png" alt=""> <{ } }></td>
<td><$ timer->Channel()->Name() $></td>
- <td><$ timer->WeekDays() > 0 ? *cTimer::PrintDay(0, timer->WeekDays()) : FormatDateTime(tr("%a, %b %d"), timer->Day()) $></td>
<td><$ FormatDateTime(tr("%I:%M %p"), timer->StartTime()) $></td>
<td><$ FormatDateTime(tr("%I:%M %p"), timer->StopTime()) $></td>
<td><{ if (timer->Recording()) { }><img src="/record.png" alt="Record" /><{ } }></td>