diff options
| author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2008-11-23 18:55:47 +0100 |
|---|---|---|
| committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2008-11-23 18:55:47 +0100 |
| commit | 3120fd09120f40432957e30a5560889badfa10a1 (patch) | |
| tree | 4f255153431cf305d480e5c6e1b770db563f5db4 /pages/timerconflicts.ecpp | |
| parent | 423b3f2852a891c8f92bad46f349826b7e8abe5f (diff) | |
| download | vdr-plugin-live-3120fd09120f40432957e30a5560889badfa10a1.tar.gz vdr-plugin-live-3120fd09120f40432957e30a5560889badfa10a1.tar.bz2 | |
Added nowrap class in styles.css. Time strings are now 'nonwrapable'.
Removed in german translations the 'Uhr' from time formating.
Diffstat (limited to 'pages/timerconflicts.ecpp')
| -rw-r--r-- | pages/timerconflicts.ecpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/timerconflicts.ecpp b/pages/timerconflicts.ecpp index b9e3669..c7e18ea 100644 --- a/pages/timerconflicts.ecpp +++ b/pages/timerconflicts.ecpp @@ -102,8 +102,8 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); <tr> <td class="leftcol <? bottom ? "bottomrow" ?>"><img src="<$ LiveSetup().GetThemedLink("img", timerStateImg) $>" alt="" <%cpp> if (!timerStateHint.empty()) { </%cpp><& tooltip.hint text=(timerStateHint) &><%cpp> } </%cpp>></img></td> <td class="<? bottom ? "bottomrow" ?>"><div class="withmargin"><a href="schedule.html?channel=<$ timer->Channel()->Number()$>"><$ timer->Channel()->Name() $></a></div></td> - <td class="<? bottom ? "bottomrow" ?>"><div class="withmargin"><$ FormatDateTime(tr("%I:%M %p"), timer->StartTime()) $></div></td> - <td class="<? bottom ? "bottomrow" ?>"><div class="withmargin"><$ FormatDateTime(tr("%I:%M %p"), timer->StopTime()) $></div></td> + <td class="<? bottom ? "bottomrow" ?>"><div class="withmargin nowrap"><$ FormatDateTime(tr("%I:%M %p"), timer->StartTime()) $></div></td> + <td class="<? bottom ? "bottomrow" ?>"><div class="withmargin nowrap"><$ FormatDateTime(tr("%I:%M %p"), timer->StopTime()) $></div></td> <td class="<? bottom ? "bottomrow" ?>"><div class="withmargin"><$ timer->Priority() $></div></td> <td class="<? bottom ? "bottomrow" ?>"><div class="withmargin"><a % if (!longDescription.empty()) { |
