summaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
Diffstat (limited to 'pages')
-rw-r--r--pages/timers.ecpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/pages/timers.ecpp b/pages/timers.ecpp
index 05084b8..d6371c1 100644
--- a/pages/timers.ecpp
+++ b/pages/timers.ecpp
@@ -74,6 +74,11 @@ 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="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><$ tr("Channel") $></td>
<td><$ tr("Date") $></td>
<td><$ tr("Start") $></td>
@@ -83,7 +88,7 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html");
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
- <td style="background: url(bg_box_r.png); width: 3px;" /></td>
+ <td class="border" style="border-right: 1px solid black"></td>
</tr>
<{
}