summaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorThomas Keil <tkeil (at) datacrystal (dot) de>2007-05-24 20:28:01 +0000
committerThomas Keil <tkeil (at) datacrystal (dot) de>2007-05-24 20:28:01 +0000
commitcc20bb57c12c7c725ad197875bfe5318de9bc912 (patch)
tree7ad4db220bd710944c2c434c140ccda9a511106c /pages
parentea7c60e4517e85ebe6f421fb07e4edd4b13429fd (diff)
downloadvdr-plugin-live-cc20bb57c12c7c725ad197875bfe5318de9bc912.tar.gz
vdr-plugin-live-cc20bb57c12c7c725ad197875bfe5318de9bc912.tar.bz2
fixed some style errors
Diffstat (limited to 'pages')
-rw-r--r--pages/searchtimers.ecpp6
-rw-r--r--pages/timers.ecpp8
2 files changed, 8 insertions, 6 deletions
diff --git a/pages/searchtimers.ecpp b/pages/searchtimers.ecpp
index 7ed73f3..1c23347 100644
--- a/pages/searchtimers.ecpp
+++ b/pages/searchtimers.ecpp
@@ -45,9 +45,9 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html");
<div class="inhalt">
<table class="timers" cellspacing="0" cellpadding="0">
<tr class="head">
- <td style="background: url(bg_box_l.png); width: 3px;"></td>
- <td colspan="8"><$ pageTitle $></td>
- <td style="background: url(bg_box_r.png); width: 3px;"></td>
+ <td colspan="10">
+ <div class="boxheader"><div><div><$ pageTitle $></div></div></div>
+ </td>
</tr>
<tr class="description">
<td class="border" style="border-left: 1px solid black"></td>
diff --git a/pages/timers.ecpp b/pages/timers.ecpp
index e371410..eebcb7e 100644
--- a/pages/timers.ecpp
+++ b/pages/timers.ecpp
@@ -71,9 +71,11 @@ using namespace vdrlive;
previousDay = currentDay;
</%cpp>
<tr class="head">
- <td style="background: url(bg_box_l.png); width: 3px;"></td>
- <td colspan="8"><$ 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>
+ <td colspan="10">
+ <div class="boxheader"><div><div>
+ <$ timer->WeekDays() > 0 ? *cTimer::PrintDay(0, timer->WeekDays()) : FormatDateTime(tr("%A, %x"), timer->Day()) $>
+ </div></div></div>
+ </td>
</tr>
<tr class="description">
<td class="border" style="border-left: 1px solid black"></td>