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/timers.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/timers.ecpp')
-rw-r--r-- | pages/timers.ecpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/timers.ecpp b/pages/timers.ecpp index 15839a1..93d2e91 100644 --- a/pages/timers.ecpp +++ b/pages/timers.ecpp @@ -136,8 +136,8 @@ static const size_t maximumDescriptionLength = 300; <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"><a % if (!longDescription.empty()) { <& tooltip.hint text=(longDescription) &><& tooltip.display domId=(epgEvent->Id()) &> |