diff options
author | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-05-01 16:18:41 +0000 |
---|---|---|
committer | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-05-01 16:18:41 +0000 |
commit | fdb15353c8869df329ff8b354bafd2df2eadd8b3 (patch) | |
tree | 2cfb0f8f6b3cc302b63980cc7e196fdb4d4271a3 /pages | |
parent | 13f24aac997b14829f99268f9b1e4d5c40397f01 (diff) | |
download | vdr-plugin-live-fdb15353c8869df329ff8b354bafd2df2eadd8b3.tar.gz vdr-plugin-live-fdb15353c8869df329ff8b354bafd2df2eadd8b3.tar.bz2 |
Fixed various HTML errors, bug #276
Diffstat (limited to 'pages')
-rw-r--r-- | pages/timers.ecpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pages/timers.ecpp b/pages/timers.ecpp index a910224..e0d486b 100644 --- a/pages/timers.ecpp +++ b/pages/timers.ecpp @@ -66,7 +66,7 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); if (previousDay > 0) { }> <tr> - <td colspan="11" style="border-top: 1px solid black; border-bottom: none; background-image: none"> </td></tr> + <td colspan="11" style="border-top: 1px solid black; border-bottom: none; background-image: none"> </td> </tr> <{ } @@ -75,7 +75,7 @@ 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> + <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> @@ -101,9 +101,9 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); <td><$ FormatDateTime(tr("%I:%M"), timer->StopTime()) $></td> <td><{ if (timer->Recording()) { }><img src="/record.png" alt="Record" /><{ } }></td> <td><$ timer->File() $></td> - <td><a href="timers.html?timerid=<$ timers.GetTimerId(*timer) $>&action=toggle"><img src="/<$ (timer->Flags() & tfActive) ? "active" : "inactive" $>.png" alt="" <& tooltip.hint text=(tr("Toggle timer active/inactive")) &>/></a></td> - <td><a href="edit_timer.html?timerid=<$ timers.GetTimerId(*timer) $>"><img src="edit.png" alt="" <& tooltip.hint text=(tr("Edit timer")) &>></a></td> - <td><a href="timers.html?timerid=<$ timers.GetTimerId(*timer) $>&action=delete"><img src="del.png" alt="" <& tooltip.hint text=(tr("Delete timer")) &>></a></td> + <td><a href="timers.html?timerid=<$ timers.GetTimerId(*timer) $>&action=toggle"><img src="/<$ (timer->Flags() & tfActive) ? "active" : "inactive" $>.png" alt="" <& tooltip.hint text=(tr("Toggle timer active/inactive")) &>></img></a></td> + <td><a href="edit_timer.html?timerid=<$ timers.GetTimerId(*timer) $>"><img src="edit.png" alt="" <& tooltip.hint text=(tr("Edit timer")) &>></img></a></td> + <td><a href="timers.html?timerid=<$ timers.GetTimerId(*timer) $>&action=delete"><img src="del.png" alt="" <& tooltip.hint text=(tr("Delete timer")) &>></img></a></td> <td class="border" style="border-right: 1px solid black"></td> </tr> <{ |