summaryrefslogtreecommitdiff
path: root/pages/schedule.ecpp
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2008-11-23 18:55:47 +0100
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2008-11-23 18:55:47 +0100
commit3120fd09120f40432957e30a5560889badfa10a1 (patch)
tree4f255153431cf305d480e5c6e1b770db563f5db4 /pages/schedule.ecpp
parent423b3f2852a891c8f92bad46f349826b7e8abe5f (diff)
downloadvdr-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/schedule.ecpp')
-rw-r--r--pages/schedule.ecpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/schedule.ecpp b/pages/schedule.ecpp
index f8623da..544136b 100644
--- a/pages/schedule.ecpp
+++ b/pages/schedule.ecpp
@@ -129,7 +129,7 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html");
<td class="action leftcol <? lastEventCurrentDay ? "bottomrow" ?>"><& pageelems.event_timer epgid=(epgid) &></td>
<td class="action <? lastEventCurrentDay ? "bottomrow" ?>"><%cpp>if (LiveFeatures<features::epgsearch>().Recent() ) { </%cpp><a href="searchresults.html?searchplain=<$ StringUrlEncode(title) $>"><img src="<$ LiveSetup().GetThemedLink("img", "search.png") $>" alt="" <& tooltip.hint text=(tr("Search for repeats.")) &>></img></a><%cpp> } else { </%cpp><img src="img/transparent.png" width="16" height="16"><%cpp> } </%cpp></td>
<td class="action <? lastEventCurrentDay ? "bottomrow" ?>"><& pageelems.imdb_info_href title=(title) &></td>
- <td class="topaligned <? lastEventCurrentDay ? "bottomrow" ?>"><div class="withmargin"><$ start $> - <$ end $></div></td>
+ <td class="topaligned <? lastEventCurrentDay ? "bottomrow" ?>"><div class="withmargin nowrap"><$ start $> - <$ end $></div></td>
<td class="<? (Event == PresentEvent) ? "current" ?> topaligned rightcol <? lastEventCurrentDay ? "bottomrow" ?>"><div class="more withmargin"><a <& tooltip.hint text=(StringEscapeAndBreak(StringWordTruncate(description, 300, truncated)) + "<br />" + tr("Click to view details.")) &><& tooltip.display domId=(epgEvent->Id()) &>><span class="title"><$ title $></span><br /><span class="short"><%cpp>if (short_description.empty()) { </%cpp>&nbsp;<%cpp> } </%cpp><$ short_description $></span></a></div></td>
</tr>
<%cpp>