diff options
Diffstat (limited to 'pages')
-rw-r--r-- | pages/timers.ecpp | 7 |
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> </td> <td> </td> <td> </td> - <td style="background: url(bg_box_r.png); width: 3px;" /></td> + <td class="border" style="border-right: 1px solid black"></td> </tr> <{ } |