summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Keil <tkeil (at) datacrystal (dot) de>2007-04-24 11:45:19 +0000
committerThomas Keil <tkeil (at) datacrystal (dot) de>2007-04-24 11:45:19 +0000
commit9e0f67e3dc91d7b349f9b56c765de450643ee473 (patch)
tree4d2111094b19288113c4b51353734d51951b36e7
parent8f72cbfff4c4d7e17262472744d905bd36eae11a (diff)
downloadvdr-plugin-live-9e0f67e3dc91d7b349f9b56c765de450643ee473.tar.gz
vdr-plugin-live-9e0f67e3dc91d7b349f9b56c765de450643ee473.tar.bz2
Switched design from prison to shutters ;-)
-rw-r--r--pages/timers.ecpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/pages/timers.ecpp b/pages/timers.ecpp
index 971df45..5ce2549 100644
--- a/pages/timers.ecpp
+++ b/pages/timers.ecpp
@@ -65,10 +65,9 @@ cTimer* timer;
<td style="background: url(bg_box_r.png); width: 3px;" /></td>
</tr>
<{
- bool active = false;
for (SortedTimers::iterator timer = timers.begin(); timer != timers.end(); ++timer) {
}>
- <tr class="<$ active ? "active" : "" $>">
+ <tr>
<td class="border" style="border-left: 1px solid black"></td>
<td><$ timer->Channel()->Name() $></td>
<td><$ timer->WeekDays() > 0 ? *cTimer::PrintDay(0, timer->WeekDays()) : FormatDateTime(tr("%a, %b %d"), timer->Day()) $></td>
@@ -82,11 +81,10 @@ cTimer* timer;
<td class="border" style="border-right: 1px solid black"></td>
</tr>
<{
- active = !active;
}
}
}>
- <tr><td colspan="10" style="border-top: 1px solid black">&nbsp;</td></tr>
+ <tr><td colspan="11" style="border-top: 1px solid black; background-image: none; border-bottom: none">&nbsp;</td></tr>
</table>
</div>
</body>