diff options
author | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-04-27 15:39:37 +0000 |
---|---|---|
committer | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-04-27 15:39:37 +0000 |
commit | c3ae39dee85f1a23f4a54573ece55122e6d07f62 (patch) | |
tree | 655adc29ad992da5afcd7b5b1055821a2546de33 /pages | |
parent | 71eea8b631b7f2ecdece0c10799759a59606699e (diff) | |
download | vdr-plugin-live-c3ae39dee85f1a23f4a54573ece55122e6d07f62.tar.gz vdr-plugin-live-c3ae39dee85f1a23f4a54573ece55122e6d07f62.tar.bz2 |
Headerline for each timerbox
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> <{ } |